dotfiles/waybar/styles/modules/clock.css
2024-07-30 12:24:18 -04:00

7 lines
81 B
CSS

#clock {
background: @button;
}
#clock:hover {
background: @button-hover;
}