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

9 lines
133 B
CSS

#custom-os {
padding: 0 12px 0 6px;
font-size: 24px;
background: @button;
}
#custom-os:hover {
background: @button-hover;
}