From bb9da962e17ffd153fba631158f9f9ea9588d6c9 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 22 Mar 2023 14:22:36 +0000 Subject: [PATCH] Improve contrast of visited links. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index 5d74f3a..7871d6a 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 8.0.1.21 */ +/* Version: 8.0.2.22 */ /* Heading 1 */ @@ -77,7 +77,7 @@ body { } .body-link:visited { - color: #a569bd; + color: #bb8fce; } .body-link:hover {