💄 style: use serif font in body

Also increases the size of the subheader in main page (cards), and
reduces the font weight of links.
This commit is contained in:
welpo
2023-02-11 19:20:56 +01:00
parent 9f412205b3
commit ce2cf4d056
4 changed files with 23 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ blockquote {
a {
color: var(--text-color);
text-decoration-color: var(--links);
font-weight: 800;
font-weight: 600;
}
a:hover {