Content deleted Content added
adjust colors |
and there |
||
(3 intermediate revisions by the same user not shown) | |||
Line 37:
.climate-chart-explainer {
font-weight: bold;
}
Line 56 ⟶ 55:
.climate-chart-internal td {
vertical-align: top;
}▼
}
Line 141 ⟶ 135:
.climate-chart-column-low-temp > span {
font-size: 80%;
▲}
@media screen {
html.skin-theme-clientpref-night .climate-chart-column-precip {
color: hsl(240, 100%, 75%);
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .climate-chart-column-precip {
color: hsl(240, 100%, 75%);
}
}
|