Skip to content

Commit

Permalink
Merge pull request #905 from teo-tsirpanis/patch-1
Browse files Browse the repository at this point in the history
Fix sizing of code elements inside headers.
  • Loading branch information
nojaf authored Mar 5, 2024
2 parents 9c5a967 + a3d83d0 commit 0a310f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,10 @@ code, table.pre, pre {
-webkit-text-size-adjust: 100%;
}

h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
font-size: inherit;
}

table.pre, #content > pre.fssnip {
border: 1px solid var(--code-fence-border-color);
}
Expand Down Expand Up @@ -1228,4 +1232,4 @@ dialog {
::backdrop {
opacity: 0.75;
}
}
}

0 comments on commit 0a310f2

Please sign in to comment.