infinite-generators/themes/light.css

10 lines
164 B
CSS
Raw Normal View History

:root {
--bg: #fff;
--bg-alt: #eee;
--btn: #ddd;
--btn-hv: #ccc;
--btn-bd: #bbb;
--text: #000;
--good: #0b0;
--bad: #c00;
}