Skip to content

Commit

Permalink
font size shouldn't be all h1 xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Jan 16, 2025
1 parent 579af96 commit ea9de8f
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
h1 code {
font-size: var(--pst-font-size-h1);
}
h2 code {
font-size: var(--pst-font-size-h2);
}
h3 code {
font-size: var(--pst-font-size-h3);
}
h4 code {
font-size: var(--pst-font-size-h4);
}
h5 code {
font-size: var(--pst-font-size-h5);
}
h6 code {
font-size: var(--pst-font-size-h6);
}

0 comments on commit ea9de8f

Please sign in to comment.