Start of themes development

This commit is contained in:
mrkmntal 2026-04-08 12:49:21 -04:00
commit fc97cda830
16 changed files with 149 additions and 11 deletions

View file

@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#extended-forecast-html.weather-display {
background-image: url('../images/backgrounds/2.png');
background-image: var(--theme-background-2);
}
.weather-display .main.extended-forecast {
@ -69,4 +69,4 @@
}
}
}
}
}