Skip to content

Commit

Permalink
Merge pull request #895 from nojaf/safari-fixes
Browse files Browse the repository at this point in the history
Set default font-size for code.
  • Loading branch information
nojaf authored Jan 9, 2024
2 parents c4cc1d4 + 4a578dd commit 2f295c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 20.0.0-alpha-017 - 2024-01-09

### Fixed
* Set default font-size for code. [#889](https://github.com/fsprojects/FSharp.Formatting/issues/889)

## 20.0.0-alpha-016 - 2023-12-07

### Fixed
Expand Down
1 change: 1 addition & 0 deletions docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ code, table.pre, pre {
color: var(--code-color);
font-family: var(--monospace-font);
font-variant-ligatures: none;
font-size: var(--font-200);
}

table.pre, #content > pre.fssnip {
Expand Down

0 comments on commit 2f295c3

Please sign in to comment.