etiquette/frontends/etiquette_flask/static/css/theme_slate.css
Ethan Dalool c551762914 Add theme_slate.css. Brainstorming.
Will continue developing the themes idea later, just need to
get this out of my git commmit queue until I come back to it.
2018-11-04 18:40:56 -08:00

8 lines
201 B
CSS

:root
{
--color_site_theme: #333;
--color_site_secondary: #3b4d5d;
--color_site_textfields: var(--color_site_secondary);
--color_text_normal: #efefef;
--color_text_link: #1edeff;
}