etiquette/frontends/etiquette_flask/static/css/theme_slate.css

9 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;
}