From d573362bf81423d8160dddd725f1528bad1535bd Mon Sep 17 00:00:00 2001 From: Daniela Rus Morales <157103+danirus@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:04:51 +0200 Subject: [PATCH] Increase monospace font-size one decimal (#32) * Increase monospace font-size one decimal * Update ChangeLog --- ChangeLog.md | 5 +++++ scss/_layout.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b7a9af2..cbd1952 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Change Log +## [0.3.5] - 2024-08-02 + +- Provide better for version-change directives (`versionadded`, `versionchanged`, `deprecated`, and `versionremoved`) when they only get a version number and no optional explanatory text. +- Increment the font size for monospace font to match normal font. + ## [0.3.4] - 2024-06-26 - Fix in `js/src/tocresize.py` to avoid setting the height of the sidebars when they are not part of the grid. diff --git a/scss/_layout.scss b/scss/_layout.scss index 250bb69..120d169 100644 --- a/scss/_layout.scss +++ b/scss/_layout.scss @@ -101,7 +101,7 @@ body { code, code * { font-family: var(--#{$prefix}font-monospace); - font-size: .7rem; + font-size: .8rem; } @include media-breakpoint-down(lg) {