Define color_primary which was previously not set.

This commit is contained in:
voussoir 2021-06-25 23:05:06 -07:00
parent b90618a93b
commit 46fc9ecef3
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,5 +1,7 @@
:root :root
{ {
--color_primary: white;
--color_text_normal: black; --color_text_normal: black;
--color_text_link: blue; --color_text_link: blue;
--color_text_bubble: var(--color_text_normal); --color_text_bubble: var(--color_text_normal);