Skip to content

Commit

Permalink
Update fsdocs-default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored Mar 4, 2024
1 parent 42311d4 commit a3d83d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,14 @@ 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%;
}

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

0 comments on commit a3d83d0

Please sign in to comment.