dotfiles/waybar/styles/modules.css
2024-03-20 14:50:29 -05:00

11 lines
214 B
CSS

label.module {
padding: 0 10px;
box-shadow: inset 0 -2px;
transition: color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
}
box.module {
padding: 0 10px;
box-shadow: inset 0 -2px;
}