ironbar: Add background to focused application

This commit is contained in:
Donovan Glover 2023-07-15 18:13:13 -04:00
parent c4da3e387a
commit 9c4fac0770
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -94,6 +94,7 @@
.launcher .focused { .launcher .focused {
box-shadow: inset 0 -2px #${base09}; box-shadow: inset 0 -2px #${base09};
background: #${base01};
} }
.popup-launcher { .popup-launcher {