Refactor
All checks were successful
/ maven-build (push) Successful in 20s

This commit is contained in:
Manuel Friedli 2026-03-07 23:47:38 +01:00
parent 824f038084
commit 3efb87bcd8
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
24 changed files with 14 additions and 19 deletions

View file

@ -1,22 +0,0 @@
.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;
}
}