From 4a578ddcbb083b23604f514d36107c33d1b50edb Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 9 Jan 2024 14:09:47 +0100 Subject: [PATCH] Set default font-size for code. --- RELEASE_NOTES.md | 5 +++++ docs/content/fsdocs-default.css | 1 + 2 files changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 00f1f69dc..7ac052027 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/docs/content/fsdocs-default.css b/docs/content/fsdocs-default.css index 606421c93..77a82c816 100644 --- a/docs/content/fsdocs-default.css +++ b/docs/content/fsdocs-default.css @@ -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 {