9 lines
No EOL
151 B
CSS
9 lines
No EOL
151 B
CSS
:root {
|
|
--background: #151515;
|
|
--accent: red;
|
|
--polytoria-primary: #FF4647;
|
|
}
|
|
|
|
html, body, main#page {
|
|
background: var(--background);
|
|
} |