From dc4a294826b4532c1fead32339a4456cda36ecc5 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini <marcoambrosini@pm.me> Date: Tue, 6 Oct 2020 13:22:04 +0200 Subject: [PATCH] Bump default font size to 15 px Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me> --- core/css/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 1e316ac63ce..c94b06fd500 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 14px */ - font-size: .875em; + /* 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); -- GitLab