From b2502b43fb14533b3a6e5c36ce286ae15c446c4b Mon Sep 17 00:00:00 2001 From: Shane Miller Date: Fri, 4 Aug 2023 10:26:17 -0700 Subject: [PATCH] adjust base font size Signed-off-by: Shane Miller --- themes/geekboot/assets/scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/geekboot/assets/scss/_variables.scss b/themes/geekboot/assets/scss/_variables.scss index 38a22269..ad1bd1f1 100644 --- a/themes/geekboot/assets/scss/_variables.scss +++ b/themes/geekboot/assets/scss/_variables.scss @@ -5,9 +5,9 @@ $bd-callout-variants: info, warning, danger !default; $font-family-sans-serif: "Avenir-Roman", "Avenir" !default; $font-family-monospace: "Consolas" !default; $line-height-base: 1.8 !default; -$font-size-root: 18px !default; +$font-size-root: 16px !default; $font-size-base: 1.125rem !default; -$body-font-size: 19px !default; +$body-font-size: 16px !default; // New color variables are below. The previous color variable found at the bottom of this file will be translated to these or removed once these new colors have been applied to enough of the docs content.