Files
eve-pi/src/app/globals.css
2023-06-30 20:13:29 +03:00

10 lines
155 B
CSS

:root {
--foreground-rgb: 255, 255, 255;
--background: 0, 0, 0;
}
body {
color: rgb(var(--foreground-rgb));
background: rgb(var(--background));
}