diff --git a/core/css/guest.css b/core/css/guest.css index 5e2b90d06b67ce6d4663d16a8053b27d67431f60..d922712473437f760c100795e0b6c12377e77f84 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -17,8 +17,8 @@ ul { list-style:none; } body { background-color: #ffffff; font-weight: normal; - /* bring the default font size up to 15px */ - font-size: .9375em; + /* bring the default font size up to 14px */ + font-size: .875em; line-height: 1.6em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; color: #000; diff --git a/core/css/styles.scss b/core/css/styles.scss index 663f00a436565b3988fa91bba6b411f79edb6d87..905cf34aacd11f4e164db7a5653a63d9ad2dd864 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -88,8 +88,8 @@ ul { body { background-color: var(--color-main-background); font-weight: normal; - /* bring the default font size up to 15px */ - font-size: .9375em; + /* bring the default font size up to 14px */ + font-size: .875em; line-height: 1.6em; font-family: var(--font-face); color: var(--color-main-text);