fix: prevent loading container bg color flickering

This commit is contained in:
ae 2025-04-22 19:37:16 +03:00
parent aec104c915
commit 094a16a768
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -27,7 +27,8 @@
@layer base { @layer base {
body { body {
@apply bg-[var(--light-background)] text-[var(--light-text)] transition-colors duration-200; /* @apply bg-[var(--light-background)] text-[var(--light-text)] transition-colors duration-200; */
@apply bg-[var(--light-background)] text-[var(--light-text)];
} }
.dark body { .dark body {