Skip to content

Commit

Permalink
Set default font-size for code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 9, 2024
1 parent c4cc1d4 commit 4a578dd
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 4a578dd

Please sign in to comment.