etiquette/frontends/etiquette_flask/static/css/theme_slate.css
Ethan Dalool b81aad78dd Rename CSS vars color_theme_* and color_site_* to color_*.
There was just no point to naming them like this because all of the
color vars obviously represent some part of the site's color theme.
2020-06-25 10:03:50 -07:00

13 lines
339 B
CSS

:root
{
--color_primary: #222;
--color_secondary: #3b4d5d;
--color_textfields: var(--color_secondary);
--color_transparency: rgba(255, 255, 255, 0.05);
--color_text_normal: #efefef;
--color_text_link: #1edeff;
--color_text_bubble: black;
--color_tag_object_bg: #e6e6e6;
--color_tag_object_fg: black;
}