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

@ -330,7 +330,11 @@ body {
:root {
--theme-background-1: url('../images/backgrounds/1.png');
--theme-background-1-chart: url('../images/backgrounds/1-chart.png');
--theme-background-2: url('../images/backgrounds/2.png');
--theme-background-3: url('../images/backgrounds/3.png');
--theme-background-4: url('../images/backgrounds/4.png');
--theme-background-5: url('../images/backgrounds/5.png');
}
#display {