Revert "[stable17] Bring the default font size up to 15px"

This commit is contained in:
John Molakvoæ 2019-09-30 11:03:29 +02:00 committed by GitHub
parent ea1d40ff6f
commit 3207bdd293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -17,8 +17,7 @@ ul { list-style:none; }
body {
background-color: #ffffff;
font-weight: normal;
/* bring the default font size up to 15px */
font-size: .9375em;
font-size: .8em;
line-height: 1.6em;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
color: #000;

View file

@ -88,8 +88,7 @@ ul {
body {
background-color: var(--color-main-background);
font-weight: normal;
/* bring the default font size up to 15px */
font-size: .9375em;
font-size: .8em;
line-height: 1.6em;
font-family: var(--font-face);
color: var(--color-main-text);