fix: themes

This commit is contained in:
opbnq-q
2025-03-09 07:14:43 -07:00
parent 6bce64f159
commit 2e577171f3
6 changed files with 29 additions and 16 deletions

View File

@@ -3,12 +3,12 @@
@tailwind utilities;
html, body {
html, body, .background {
background: white;
}
@media (prefers-color-scheme: dark) {
html, body {
html, body, .background {
background: #121212;
}
}