fix: prevent white flash in dark mode when navigate

This commit is contained in:
satnaing
2023-09-20 09:29:46 +06:30
committed by Sat Naing
parent 6c7d04fa12
commit 9eeb8fc76e
+1 -1
View File
@@ -30,7 +30,7 @@
}
body {
@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,
footer {