added possibility to color max and min temprature

This commit is contained in:
Jeremias Arnstadt
2017-01-28 18:01:37 +01:00
parent 8010e6220d
commit 09ba1e2470
2 changed files with 12 additions and 0 deletions

View File

@@ -17,3 +17,11 @@
padding-left: 20px;
padding-right: 0;
}
.weatherforecast tr.colored .min-temp {
color: #BCDDFF;
}
.weatherforecast tr.colored .max-temp {
color: #FF8E99;
}