Finish implementing themes, restore original assets to be the default
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-08 15:16:20 -04:00
commit 854d6ccc15
27 changed files with 44 additions and 8 deletions

View file

@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#hourly-graph-html {
background-image: url(../images/backgrounds/1-chart.png);
background-image: var(--theme-background-1-chart);
.header {
.right {
@ -156,4 +156,4 @@
}
}
}