28 lines
415 B
CSS
Raw Normal View History

2016-03-29 13:28:15 +02:00
.weatherforecast .day {
2016-04-05 15:43:52 -04:00
padding-left: 0;
padding-right: 25px;
2016-03-29 13:28:15 +02:00
}
.weatherforecast .weather-icon {
2016-04-05 15:43:52 -04:00
padding-right: 30px;
text-align: center;
2016-03-29 13:28:15 +02:00
}
.weatherforecast .min-temp {
2016-04-05 15:43:52 -04:00
padding-left: 20px;
padding-right: 0;
}
2016-10-14 23:07:13 +02:00
.weatherforecast .rain {
padding-left: 20px;
padding-right: 0;
}
.weatherforecast tr.colored .min-temp {
2020-04-10 14:59:00 +02:00
color: #bcddff;
}
.weatherforecast tr.colored .max-temp {
2020-04-10 14:59:00 +02:00
color: #ff8e99;
}