8 lines
81 B
CSS
8 lines
81 B
CSS
#temperature {
|
|
color: #f0932b;
|
|
}
|
|
|
|
#temperature.critical {
|
|
color: #eb4d4b;
|
|
}
|
|
|