reduced font size of playlist numbers
This commit is contained in:
parent
93e984643c
commit
9a37e8552f
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ ol {
|
||||||
ol li::marker {
|
ol li::marker {
|
||||||
font-family: 'Nimbus Mono PS', 'Courier New', 'Cutive Mono', monospace;
|
font-family: 'Nimbus Mono PS', 'Courier New', 'Cutive Mono', monospace;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 0.8rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol li {
|
ol li {
|
||||||
|
|
Loading…
Reference in a new issue