Browse Source

Bring the default font size up to 15px

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
tags/v18.0.0beta1
Marco Ambrosini 4 years ago
parent
commit
cde1c8b9a3
2 changed files with 4 additions and 2 deletions
  1. 2
    1
      core/css/guest.css
  2. 2
    1
      core/css/styles.scss

+ 2
- 1
core/css/guest.css View File

@@ -17,7 +17,8 @@ ul { list-style:none; }
body {
background-color: #ffffff;
font-weight: normal;
font-size: .8em;
/* bring the default font size up to 15px */
font-size: .9375em;
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;

+ 2
- 1
core/css/styles.scss View File

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

Loading…
Cancel
Save