Skip to content

Commit a3d83d0

Browse files
Update fsdocs-default.css
1 parent 42311d4 commit a3d83d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/fsdocs-default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,14 @@ code, table.pre, pre {
721721
color: var(--code-color);
722722
font-family: var(--monospace-font);
723723
font-variant-ligatures: none;
724+
font-size: var(--font-200);
724725
-webkit-text-size-adjust: 100%;
725726
}
726727

728+
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
729+
font-size: inherit;
730+
}
731+
727732
table.pre, #content > pre.fssnip {
728733
border: 1px solid var(--code-fence-border-color);
729734
}

0 commit comments

Comments
 (0)