Skip to content

Commit 3b1113d

Browse files
authored
fix: dark mode color when loading page
1 parent 238e4bb commit 3b1113d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
caret-color: rgb(55, 53, 47);
2222
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
2323
'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
24+
background-color: var(--bg-color);
2425
}
2526

2627
.loadingIcon {

0 commit comments

Comments
 (0)