waybar style

This commit is contained in:
thek4n 2026-08-03 13:45:51 +03:00
parent f4d232e2c1
commit 958a83756d

View File

@ -117,7 +117,7 @@ menuitem {
#custom-power { #custom-power {
padding: 0 10px; padding: 0 10px;
color: #ffffff; color: #ffffff;
background: red; background: #2980b9;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
font-size: 22px; font-size: 22px;
transition-duration: .3s; transition-duration: .3s;
@ -125,6 +125,6 @@ menuitem {
} }
#custom-power:hover { #custom-power:hover {
background: inherit;
box-shadow: inset 0 +1px #ffffff; box-shadow: inset 0 +1px #ffffff;
background: #2d9be3;
} }