This commit is contained in:
parent
824f038084
commit
3efb87bcd8
24 changed files with 14 additions and 19 deletions
22
app/page.module.scss
Normal file
22
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