Skip to content

Commit 60f2e59

Browse files
author
asteria
committed
l
1 parent b29f987 commit 60f2e59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/color-modes/styles.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ export const Base = (
2525
}
2626
}
2727
28-
html, body, #__next {
28+
html,
29+
body,
30+
#__next {
2931
background: var(--colors-bg);
3032
border-color: var(--colors-border);
3133

0 commit comments

Comments
 (0)