From cdba823de2fe9e395f2460b0bddc2fbaa2c35402 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 27 Mar 2018 23:16:20 +0200 Subject: [PATCH] better theme colour --- webcontroller/style.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcontroller/style.go b/webcontroller/style.go index 7fb4bc0..ae84820 100644 --- a/webcontroller/style.go +++ b/webcontroller/style.go @@ -14,8 +14,8 @@ func GlobalCSSHandler(w http.ResponseWriter, r *http.Request, _ httprouter.Param var textColor = "hsl(0, 0%, 75%)" // Originals - var highlightColor = "hsl(89, 51%, 62%)" - var highlightColorDark = "hsl(89, 51%, 50%)" + var highlightColor = "hsl(89, 51%, 50%)" + var highlightColorDark = "hsl(89, 51%, 40%)" // Purple scheme // var highlightColor = "843384"