Some fiddling, but also version upgrades and a new button for downloading a pdf version of the current maze.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Manuel Friedli 2026-01-24 05:30:33 +01:00
parent 79467e29f2
commit b6359bcb5d
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
21 changed files with 2002 additions and 927 deletions

22
src/app/page.module.scss Normal file
View file

@ -0,0 +1,22 @@
.page {
h1.mainheading, h2.mainheading {
text-align: center;
}
h2.mainheading {
font-size: medium;
}
a.downloadlink {
background-color: var(--color-accent);
border: 1px solid var(--color-foreground);
border-radius: 0.5em;
color: var(--color-accent-inverse);
display: block;
margin-bottom: 1em;
text-align: center;
text-decoration: none;
padding: 0.5em;
width: 11em;
}
}