Skip to content

Commit 0629345

Browse files
jouniweb-padawan
authored andcommitted
fix: don't override root font size
1 parent d9da6a5 commit 0629345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aura/src/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
text-size-adjust: none;
7070
}
7171

72-
:where(body, :host, [theme]) {
72+
:where(body, :host, [theme]:not(html)) {
7373
font-size: var(--aura-font-size-m);
7474
line-height: var(--aura-line-height-m);
7575
}

0 commit comments

Comments
 (0)