Define color_primary which was previously not set.
This commit is contained in:
parent
b90618a93b
commit
46fc9ecef3
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue