From a62c3305edb61b18606db4277965450e6b97aecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 6 Mar 2021 10:32:55 +0100 Subject: [PATCH] update dark mode colors wow turns out full cyan and 'mediumpurple' only looks decent on my full-redshifted night screen --- templates/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/main.css b/templates/main.css index e6df491..0b067ab 100644 --- a/templates/main.css +++ b/templates/main.css @@ -140,11 +140,11 @@ main footer { } a { - color: aqua; + color: #90d7e5; } a:visited { - color: mediumpurple; + color: #9e94d6; } nav h1 a {