Improve legibility of footer text (#26)

Improve the colour contrast and bump up the font-weight to improve legibility of the footer text.
This commit is contained in:
Thomas Rettig 2021-12-12 09:30:46 +08:00 committed by GitHub
parent 99e5a824d1
commit f6133c4eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@ main#content section.footnotes {
footer#footer {
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
color: #949494;
font-weight: 400;
color: #b3b3b3;
margin: 40px 0;
}