remove light background from rows
This commit is contained in:
@@ -1,15 +1,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--foreground-rgb: 0, 0, 0;
|
--foreground-rgb: 255, 255, 255;
|
||||||
--background-start-rgb: 214, 219, 220;
|
--background-start-rgb: 0, 0, 0;
|
||||||
--background-end-rgb: 255, 255, 255;
|
--background-end-rgb: 0, 0, 0;
|
||||||
}
|
|
||||||
|
|
||||||
@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 {
|
||||||
|
Reference in New Issue
Block a user