mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
fix: prevent white flash in dark mode when navigate
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@apply flex min-h-screen flex-col bg-skin-fill font-mono text-skin-base
|
@apply flex min-h-screen flex-col bg-skin-fill font-mono text-skin-base
|
||||||
transition-colors selection:bg-skin-accent selection:bg-opacity-70 selection:text-skin-inverted;
|
selection:bg-skin-accent selection:bg-opacity-70 selection:text-skin-inverted;
|
||||||
}
|
}
|
||||||
section,
|
section,
|
||||||
footer {
|
footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user