Thin fonts on 500 page

This commit is contained in:
Jake Howard 2022-09-05 14:29:17 +01:00
parent 0711288197
commit 1474131771
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -15,6 +15,15 @@
font-family: sans-serif;
background-color: #e85537;
color: white;
font-size: 125%;
}
h1 {
font-weight: 400;
}
p {
font-weight: 300;
}
a, a:hover {