Skip to content

Commit 8599653

Browse files
committed
Embrace the 1rem
1 parent 6a2a8ef commit 8599653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scss/content/_prose.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $prose-tokens: () !default;
99
// stylelint-disable-next-line scss/dollar-variable-default
1010
$prose-tokens: defaults(
1111
(
12-
--content-font-size: var(--font-size-sm),
12+
--content-font-size: 1rem,
1313
--content-gap: 20px,
1414
--heading-color: light-dark(var(--gray-900), var(--white)),
1515
),

0 commit comments

Comments
 (0)