-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea9de8f
commit b324696
Showing
1 changed file
with
6 additions
and
16 deletions.
There are no files selected for viewing
22 changes: 6 additions & 16 deletions
22
src/jupyterbook_patches/patches/_static/fix_code_header_style.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |