fix: background when light mode
This commit is contained in:
parent
182371226e
commit
0000ba7a99
@ -2,6 +2,10 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Set automatic background color */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user