Bring the default font size up to 15px (#17228)

Bring the default font size up to 15px
This commit is contained in:
John Molakvoæ 2019-09-28 17:17:35 +02:00 committed by GitHub
commit a0d48c568d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -88,7 +88,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);