infinite-generators/themes/dark.css
nif 9ca5fb3399 Upload themes
Signed-off-by: nif <nif@incremental.social>
2024-04-18 17:52:44 +00:00

10 lines
No EOL
164 B
CSS

:root {
--bg: #000;
--bg-alt: #222;
--btn: #444;
--btn-hv: #666;
--btn-bd: #888;
--text: #fff;
--good: #8f8;
--bad: #f66;
}