Bring the default font size up to 15px (#17228)
Bring the default font size up to 15px
This commit is contained in:
commit
a0d48c568d
|
@ -17,7 +17,8 @@ ul { list-style:none; }
|
||||||
body {
|
body {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: .8em;
|
/* bring the default font size up to 15px */
|
||||||
|
font-size: .9375em;
|
||||||
line-height: 1.6em;
|
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';
|
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;
|
color: #000;
|
||||||
|
|
|
@ -88,7 +88,8 @@ ul {
|
||||||
body {
|
body {
|
||||||
background-color: var(--color-main-background);
|
background-color: var(--color-main-background);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: .8em;
|
/* bring the default font size up to 15px */
|
||||||
|
font-size: .9375em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
font-family: var(--font-face);
|
font-family: var(--font-face);
|
||||||
color: var(--color-main-text);
|
color: var(--color-main-text);
|
||||||
|
|
Loading…
Reference in New Issue