Improve visited link colour

This commit is contained in:
inference 2023-09-09 23:39:46 +01:00
parent d9e887ff55
commit 28919f4a1b
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

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