Skip to content

Commit

Permalink
Do not set font size on code elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored Mar 3, 2024
1 parent 9c5a967 commit 42311d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ code, table.pre, pre {
color: var(--code-color);
font-family: var(--monospace-font);
font-variant-ligatures: none;
font-size: var(--font-200);
-webkit-text-size-adjust: 100%;
}

Expand Down Expand Up @@ -1228,4 +1227,4 @@ dialog {
::backdrop {
opacity: 0.75;
}
}
}

0 comments on commit 42311d4

Please sign in to comment.