We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3b43f commit 32b3635Copy full SHA for 32b3635
1 file changed
core/css/styles.scss
@@ -90,7 +90,8 @@ body {
90
font-weight: normal;
91
/* bring the default font size up to 14px */
92
font-size: .875em;
93
- line-height: 1.6em;
+ font-size: var(--default-font-size);
94
+ line-height: var(--default-line-height);
95
font-family: var(--font-face);
96
color: var(--color-main-text);
97
}
0 commit comments