ironbar: Decrease opacity

Makes background colors more noticeable.
This commit is contained in:
Donovan Glover 2023-07-23 19:40:04 -04:00
parent 7747974e32
commit 80b95d6bd4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -58,7 +58,7 @@
} }
.background { .background {
background: alpha(#${base00}, 0.95); background: alpha(#${base00}, 0.9);
} }
.clipboard { .clipboard {