Content deleted Content added
Adding {{pp-protected}} |
and there |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3:
.climate-chart {
border: 1px solid #c0c0c0;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
padding: 0.5em 0.7em;
font-size: 88%;
Line 38 ⟶ 37:
.climate-chart-explainer {
font-weight: bold;
}
Line 57 ⟶ 55:
.climate-chart-internal td {
vertical-align: top;
}▼
}
Line 142 ⟶ 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%);
}
}
|