💄 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:
@@ -30,6 +30,14 @@
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
#banner-home-subtitle p {
|
||||
font-family: 'Inter', Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#banner-home-subtitle a {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.banner-home-img {
|
||||
aspect-ratio: 1 / 1;
|
||||
max-width: 15rem;
|
||||
|
@@ -46,7 +46,7 @@ blockquote {
|
||||
a {
|
||||
color: var(--text-color);
|
||||
text-decoration-color: var(--links);
|
||||
font-weight: 800;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
Reference in New Issue
Block a user