dotfiles/waybar/styles/modules/temperature.css
2024-10-01 00:20:55 -04:00

8 lines
81 B
CSS
Executable file

#temperature {
color: #d08770;
}
#temperature.critical {
color: #bf616a;
}