dotfiles/waybar/styles/modules/clock.css
2024-03-18 21:51:48 -05:00

10 lines
196 B
CSS

@import url('../common.css');
#clock {
border: solid 1px #5e81ac;
border-radius: 9999px;
padding: 0 10px;
color: #eee;
background: linear-gradient(144deg, #8fbcbb 0%, #5e81ac 100%);
}