Improve contrast of visited links.

This commit is contained in:
inference 2023-03-22 14:22:36 +00:00
parent 3ec1f71de3
commit 64284ffa8a
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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 {