11 lines
142 B
CSS
11 lines
142 B
CSS
#mpris {
|
|
background-color: @button;
|
|
}
|
|
|
|
#mpris:hover {
|
|
background-color: @button-hover;
|
|
}
|
|
|
|
#mpris.spotify {
|
|
background-color: #1db954;
|
|
}
|