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

@ -328,6 +328,11 @@ body {
font-display: swap;
}
:root {
--theme-background-1: url('../images/backgrounds/1.png');
--theme-background-2: url('../images/backgrounds/2.png');
}
#display {
font-family: "Star4000";
margin: 0 0 0 0;
@ -339,7 +344,7 @@ body {
width: 640px;
height: 480px;
// overflow: hidden;
background-image: url(../images/backgrounds/1.png);
background-image: var(--theme-background-1);
transform-origin: 0 0;
background-repeat: no-repeat;
}
@ -821,4 +826,4 @@ body.kiosk #loading .instructions {
display: grid;
grid-template-columns: 1fr 1fr;
max-width: 250px;
}
}