From d0302f232f2b69db165b3ce401f6a5618837641f Mon Sep 17 00:00:00 2001 From: teddit Date: Sun, 10 Jan 2021 14:51:05 +0100 Subject: [PATCH] fine-tune link colors --- static/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 2d6038c..9949c41 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2,8 +2,8 @@ --sm-font: 0.666rem; --lightgray: #f5f5f5; --whitebg: #ffffff; - --linkcolor: #000bac; - --lightlinkcolor: #32399f; + --linkcolor: #0645ad; + --lightlinkcolor: #406bb3; --graytext: #6f6f6f; } * {