Skip to content

Commit

Permalink
chore: tweak header appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Jun 16, 2024
1 parent 7bb2389 commit 776ca20
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion sass/parts/_headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,32 @@ h4,
h5,
h6 {
font-family: var(--header-font);
color: var(--text-0);
}

h1 {
font-size: 1.4rem;
margin-top: 1.6em;
}

h2 {
font-size: 1.3rem;
margin-top: 1.5em;
}

h3 {
font-size: 1.2rem;
margin-top: 1.4em;
}

h4 {
font-size: 1.1rem;
margin-top: 1.3em;
}

h5 {
font-size: 1.0rem;
margin-top: 1.3em;
color: var(--text-0);
}

article h1::before {
Expand Down

0 comments on commit 776ca20

Please sign in to comment.