dotfiles/waybar/styles/modules/temperature.css
2024-03-20 12:36:49 -05:00

8 lines
81 B
CSS

#temperature {
color: #f0932b;
}
#temperature.critical {
color: #eb4d4b;
}