refactor(waybar): improve visuals of taskbar

This commit is contained in:
Price Hiller 2023-06-03 23:25:22 -05:00
parent ddc788cf25
commit 3630d7074a
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -189,11 +189,12 @@
#taskbar button.active {
border-bottom: 0.2em solid #ff9e3b;
background-color: rgba(255, 158, 59, 0.3);
}
#taskbar button:hover {
border-bottom: 0.2em solid #ff5d62;
background: transparent;
background: rgba(255, 93, 98, 0.3);
}
/* Worksapces */