From 5c09792f79f40b057f5da9a38de71b3ec2d2241d Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 20 May 2024 21:08:20 +0200 Subject: [PATCH] UX: increase base font-size to 16px (#27087) --- app/assets/stylesheets/common/font-variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/font-variables.scss b/app/assets/stylesheets/common/font-variables.scss index 4d6972e54bc..764f0b55cbc 100644 --- a/app/assets/stylesheets/common/font-variables.scss +++ b/app/assets/stylesheets/common/font-variables.scss @@ -1,9 +1,9 @@ :root { --base-font-size-smallest: 0.815em; // eq. to 13px --base-font-size-smaller: 0.875em; // eq. to 14px - --base-font-size: 0.938em; // eq. to 15px - --base-font-size-larger: 1.063em; // eq. to 17px - --base-font-size-largest: 1.118em; // eq. to 19px + --base-font-size: 1em; // eq. to 16px + --base-font-size-larger: 1.125em; // eq. to 18px + --base-font-size-largest: 1.25em; // eq. to 20px // Font-size definitions, multiplier ^ (step / interval) --font-up-6: 2.296em;