Improve contrast of visited links.

This commit is contained in:
inference 2023-03-22 14:22:36 +00:00
parent 70ea7a7d19
commit bb9da962e1
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Jake Winters */ /* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 8.0.1.21 */ /* Version: 8.0.2.22 */
/* Heading 1 */ /* Heading 1 */
@ -77,7 +77,7 @@ body {
} }
.body-link:visited { .body-link:visited {
color: #a569bd; color: #bb8fce;
} }
.body-link:hover { .body-link:hover {