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
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
79467e29f2
commit
b6359bcb5d
21 changed files with 2002 additions and 927 deletions
22
src/app/page.module.scss
Normal file
22
src/app/page.module.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue