colorrole/index.css

8 lines
91 B
CSS
Raw Normal View History

2023-03-25 20:30:32 +00:00
:root {
--bg: #242424;
}
body {
background-color: var(--bg);
color: #ffffff;
}