Skip to content

Commit c20738e

Browse files
committed
首屏loading适配暗黑模式
1 parent e667db1 commit c20738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
height: 100%;
102102
color: var(--rainbow-color);
103103
user-select: none;
104-
background-color: snow;
104+
background-color: hsl(var(--background));
105105
}
106106

107107
.loading-container *::before,

0 commit comments

Comments
 (0)