13 lines
367 B
CSS
13 lines
367 B
CSS
:root
|
|
{
|
|
--color_theme_primary: #222;
|
|
--color_theme_secondary: #3b4d5d;
|
|
--color_site_textfields: var(--color_theme_secondary);
|
|
--color_site_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;
|
|
}
|