ironbar: Fix volume sliders not showing properly

Now it's possible to actually see the volume sliders.
This commit is contained in:
Donovan Glover 2024-07-17 18:50:50 -04:00
parent 2e721b1cdf
commit 9368bdc58a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -93,6 +93,14 @@ in
padding-right: 0.5em;
}
slider {
background: #${base09};
}
trough {
background: alpha(#${base04}, 0.4);
}
.upower {
padding-left: 0.2em;
padding-right: 0.2em;