Space/src/style.css

23 lines
313 B
CSS

:root {
--c-bg: #1B1B1F;
--c-bg-alt: #2B2A33;
--c-text: #d6d6d6;
--c-text-2: #bebebe;
--c-title: #fff;
--c-brand: #d1375b;
--c-brand-alt: #ce244c;
--c-border: #fff1;
--c-border-dark: #171b1f;
--c-table-row: #181b1f;
--c-table-row-alt: #1c1f24;
--c-sidebar-bg: #0004;
}