Skip to content

Commit 42311d4

Browse files
Do not set font size on code elements.
1 parent 9c5a967 commit 42311d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/fsdocs-default.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ 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);
725724
-webkit-text-size-adjust: 100%;
726725
}
727726

@@ -1228,4 +1227,4 @@ dialog {
12281227
::backdrop {
12291228
opacity: 0.75;
12301229
}
1231-
}
1230+
}

0 commit comments

Comments
 (0)