Removed dark mode

This commit is contained in:
Koper
2023-07-20 18:52:46 +07:00
parent 18da114182
commit 959b7f4ca4

View File

@@ -8,16 +8,7 @@
--background-end-rgb: 255, 255, 255; --background-end-rgb: 255, 255, 255;
} }
@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
}
body { body {
color: black;
background: linear-gradient( background: linear-gradient(
to bottom, to bottom,
transparent, transparent,