Ethan Dalool
b81aad78dd
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.
13 lines
309 B
CSS
13 lines
309 B
CSS
:root
|
|
{
|
|
--color_primary: #f6ffff;
|
|
--color_secondary: #aad7ff;
|
|
--color_textfields: white;
|
|
--color_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;
|
|
}
|