etiquette/frontends/etiquette_flask/static/css/theme_pearl.css

14 lines
331 B
CSS

:root
{
--color_theme_primary: #f6ffff;
--color_theme_secondary: #86c6ff;
--color_site_textfields: white;
--color_site_transparency: rgba(0, 0, 0, 0.1);
--color_text_normal: #000;
--color_text_link: #00f;
--color_text_bubble: black;
--color_tag_object_bg: #fff;
--color_tag_object_fg: black;
}