10 lines
137 B
CSS
10 lines
137 B
CSS
#temperature {
|
|
padding: 0 10px;
|
|
color: #ddd;
|
|
background-color: #f0932b;
|
|
}
|
|
|
|
#temperature.critical {
|
|
background-color: #eb4d4b;
|
|
}
|
|
|