From 9e45f7208d1eefd72a600ec100df99de7f7c82f8 Mon Sep 17 00:00:00 2001 From: Ben Busby <33362396+benbusby@users.noreply.github.com> Date: Mon, 7 Sep 2020 07:43:26 -0600 Subject: [PATCH] Minor link color update --- app/static/css/dark-theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index 7d4e2e9..36cfada 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -12,11 +12,11 @@ div { } a:visited h3 div { - color: #bbb !important; + color: #bbbbff !important; } a:link h3 div { - color: #b2b2ff !important; + color: #4b8eea !important; } a:link div {