load maps from text files on server start

This commit is contained in:
Vinzenz Schroeter 2024-04-14 18:50:20 +02:00
parent 7ce0e543ec
commit fd3e195f69
8 changed files with 115 additions and 30 deletions

View file

@ -6,4 +6,7 @@
max-width: 100vw;
max-height: 100vh;
flex-shrink: 0;
border: solid var(--border-size-thick);
border-color: var(--color-primary);
}

View file

@ -14,7 +14,7 @@
kbd {
--kbd-key-size: 2em;
background: var(--color-secondary);
background: var(--color-primary);
padding: var(--padding-normal);
display: block;