infinite-generators/themes/dark.css

10 lines
164 B
CSS
Raw Normal View History

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