From 21971f53d6271063a1a54dbc471b16278f2aa2f6 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 23 Feb 2023 19:56:46 +1300 Subject: [PATCH] Improve darkmode link colour contrast. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index a1e85b4..6981982 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,8 @@ background: black; color: #eee; } + :link {color: #99f;} + :visited {color: #c0c;} } -- 2.30.2