Stylize hover effect on waybar workspaces
This commit is contained in:
parent
44c90d4e63
commit
df58feb9c9
@ -25,6 +25,11 @@ window#waybar {
|
|||||||
color: #a89984;
|
color: #a89984;
|
||||||
padding: 0 0.9em;
|
padding: 0 0.9em;
|
||||||
}
|
}
|
||||||
|
#workspaces button:hover {
|
||||||
|
box-shadow: inherit;
|
||||||
|
text-shadow: inherit;
|
||||||
|
background-color: #504945;
|
||||||
|
}
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user