colorrole/index.css
2023-03-25 21:30:32 +01:00

8 lines
91 B
CSS

:root {
--bg: #242424;
}
body {
background-color: var(--bg);
color: #ffffff;
}