fix: background when light mode

This commit is contained in:
TaurusXin 2024-11-27 16:30:45 +08:00
parent 182371226e
commit 0000ba7a99

View File

@ -2,6 +2,10 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
body {
background-color: #fff;
}
/* Set automatic background color */ /* Set automatic background color */
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
body { body {