Skip to content

Commit

Permalink
maybe even nicer?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Jan 16, 2025
1 parent ea9de8f commit b324696
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions src/jupyterbook_patches/patches/_static/fix_code_header_style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
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);
}
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
font-size: var(--pst-font-size-h6);
font-size: inherit;
}

0 comments on commit b324696

Please sign in to comment.