From 5de8c8ddad5f631c05665f8cd1a2780fd80d95c1 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 4 Jun 2021 20:47:41 -0700 Subject: [PATCH] Replace #000 with black. --- frontends/etiquette_flask/static/css/theme_pearl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/static/css/theme_pearl.css b/frontends/etiquette_flask/static/css/theme_pearl.css index 94b48f7..6b835bc 100644 --- a/frontends/etiquette_flask/static/css/theme_pearl.css +++ b/frontends/etiquette_flask/static/css/theme_pearl.css @@ -3,7 +3,7 @@ --color_primary: #f6ffff; --color_secondary: #aad7ff; - --color_text_normal: #000; + --color_text_normal: black; --color_text_link: #00f; --color_text_bubble: black;