forked from deepStateMirrors/tabi
💄 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:
parent
9f412205b3
commit
ce2cf4d056
4 changed files with 23 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue