From aeeea492c4c910e621767232cae6210feaafabb3 Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 24 Oct 2019 07:06:34 +0200 Subject: [PATCH] Fix theme typo --- public/css/themes/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/themes/light.css b/public/css/themes/light.css index 1f22516..e5161cd 100644 --- a/public/css/themes/light.css +++ b/public/css/themes/light.css @@ -28,7 +28,7 @@ body { --error_red: #FF7266; --verified_blue: var(--accent); - --icon_text: ##F8F8F2; + --icon_text: #F8F8F2; --tab: var(--accent); --tab_selected: #000000;