ironbar: make button hover/active translucent

This commit is contained in:
Donovan Glover 2024-10-27 10:53:17 -04:00
parent b7c4c451ee
commit 6d079edf61
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -100,7 +100,7 @@ in
} }
button:hover { button:hover {
background: ${base01}; background: alpha(${base01}, 0.8);
} }
#bar { #bar {
@ -154,7 +154,7 @@ in
} }
button:active { button:active {
background: ${base04}; background: alpha(${base04}, 0.8);
} }
.launcher .open { .launcher .open {