Skip to content

Commit 32b3635

Browse files
authored
Update styles.scss
1 parent cd3b43f commit 32b3635

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/css/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ body {
9090
font-weight: normal;
9191
/* bring the default font size up to 14px */
9292
font-size: .875em;
93-
line-height: 1.6em;
93+
font-size: var(--default-font-size);
94+
line-height: var(--default-line-height);
9495
font-family: var(--font-face);
9596
color: var(--color-main-text);
9697
}

0 commit comments

Comments
 (0)