11 lines
170 B
CSS
11 lines
170 B
CSS
* {
|
|
font-family: "JetBrainsMono Nerd Font", sans-serif;
|
|
font-weight: 700;
|
|
min-height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#mpris.paused {
|
|
color: #888888;
|
|
} |