infinite-generators/themes/blue.css

10 lines
164 B
CSS
Raw Normal View History

:root {
--bg: #002;
--bg-alt: #005;
--btn: #046;
--btn-hv: #068;
--btn-bd: #08a;
--text: #dff;
--good: #8f8;
--bad: #f66;
}