Bump default font size to 15 px

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2020-10-06 13:22:04 +02:00
parent 0c89954488
commit dc4a294826
1 changed files with 2 additions and 2 deletions

View File

@ -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);