fix CSS mistranslated from LESS

This commit is contained in:
Carlos Galindo 2026-03-20 11:42:02 +01:00
commit 383c60b144
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,8 @@ div.chorus, p.chorus {
}
}
.rrep {
.rrep,
.lrep {
background-image: url(repeat-sign.svg);
display: inline-block;
width: 1em;
@ -56,7 +57,6 @@ div.chorus, p.chorus {
transform: scaleX(-1);
filter: FlipV;
-ms-filter: "FlipV";
.rrep();
}
.rep {