Skip to content

Commit 04ac0af

Browse files
committed
[bug] fix root font size variable on html
1 parent 7c15057 commit 04ac0af

File tree

2 files changed

+230
-230
lines changed

2 files changed

+230
-230
lines changed

‎src/css/base.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
html{
7-
font-size:var(--root-font-size);
7+
font-size:var(--theme-root-font-size);
88
}
99

1010
body{

0 commit comments

Comments
(0)