This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
polyplus/public/style.css
2024-01-20 18:18:08 -06:00

9 lines
No EOL
151 B
CSS

:root {
--background: #151515;
--accent: red;
--polytoria-primary: #FF4647;
}
html, body, main#page {
background: var(--background);
}