From 1694ab044ba424bda0e3e44fd55df4844ac69639 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 30 Aug 2022 18:52:13 +0100 Subject: [PATCH] Use brighter link colours for the dark theme. --- html/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/dark.css b/html/dark.css index b4cac20..1b5222d 100644 --- a/html/dark.css +++ b/html/dark.css @@ -1,10 +1,10 @@ a:link { - color: #2d3690; + color: #4255ff; text-decoration: none; } a:visited { - color: #7715aa; + color: #943cc3; text-decoration: none; }