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

21 lines
479 B
CSS
Raw Normal View History

:root
{
--color_primary: #f6ffff;
--color_secondary: #aad7ff;
2021-06-05 03:47:41 +00:00
--color_text_normal: black;
--color_text_link: #00f;
--color_text_bubble: black;
--color_textfields: white;
--color_text_placeholder: gray;
--color_transparency: rgba(0, 0, 0, 0.1);
--color_dropshadow: rgba(0, 0, 0, 0.25);
--color_shadow: rgba(0, 0, 0, 0.5);
--color_highlight: rgba(255, 255, 255, 0.5);
2021-01-08 21:57:27 +00:00
--color_tag_card_bg: #fff;
--color_tag_card_fg: black;
}