fixed some translation styles; fixed a translation plural

This commit is contained in:
Roberto Tonino
2020-07-20 17:59:23 +02:00
parent f4b55e958f
commit b782f0aa76
6 changed files with 7 additions and 6 deletions

View File

@@ -123,6 +123,7 @@ $table-border-radius: 3px;
&--tracklist {
thead {
border-bottom: 2px solid var(--table-highlight);
text-transform: capitalize;
}
th {

View File

@@ -46,6 +46,7 @@
padding: 0.8em;
border-top: 3px solid var(--foreground);
text-align: center;
text-transform: capitalize;
&.active {
color: var(--accent-color);