Button new Options

Options for Font Color
This commit is contained in:
brausjonas
2023-05-04 12:14:38 +02:00
parent 0e7b9b176b
commit cd11c3f7a9
2 changed files with 4 additions and 8 deletions
-7
View File
@@ -8,13 +8,6 @@
--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 {
color: rgb(var(--foreground-rgb));