summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 9d008632d70..4fce840ba1b 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -87,7 +87,8 @@ ul {
body {
background-color: var(--color-main-background);
font-weight: normal;
- font-size: .8em;
+ /* bring the default font size up to 15px */
+ font-size: .9375em;
line-height: 1.6em;
font-family: var(--font-face);
color: var(--color-main-text);