From 28919f4a1bf269549c9537d05f09006a25369b2f Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 9 Sep 2023 23:39:46 +0100 Subject: [PATCH] Improve visited link colour --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index c9c0522..d8e39b3 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.4.0.48 */ +/* Version: 10.4.0.49 */ /* Body */ @@ -106,7 +106,7 @@ a { } a:visited { - color: #bb8fce; + color: #ce93d8; } a:hover {