From 46fc9ecef387ec438af6467e779fcd25a651c5d9 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 25 Jun 2021 23:05:06 -0700 Subject: [PATCH] Define color_primary which was previously not set. --- frontends/ycdl_flask/static/css/ycdl.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontends/ycdl_flask/static/css/ycdl.css b/frontends/ycdl_flask/static/css/ycdl.css index 6ca3e66..18b82f5 100644 --- a/frontends/ycdl_flask/static/css/ycdl.css +++ b/frontends/ycdl_flask/static/css/ycdl.css @@ -1,5 +1,7 @@ :root { + --color_primary: white; + --color_text_normal: black; --color_text_link: blue; --color_text_bubble: var(--color_text_normal);