feat(pulseaudio): add muted class

This commit is contained in:
Alexis
2018-08-10 00:02:50 +02:00
parent b85289f7ce
commit 291267711a
2 changed files with 10 additions and 1 deletions

View File

@ -59,3 +59,8 @@ window {
background: #f1c40f;
color: black;
}
.pulseaudio.muted {
background: #90b1b1;
color: #2a5c45;
}