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

10 lines
137 B
CSS

#temperature {
padding: 0 10px;
color: #ddd;
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
}