Improve visited link colour
This commit is contained in:
parent
d9e887ff55
commit
28919f4a1b
4
inf.css
4
inf.css
@ -3,7 +3,7 @@
|
|||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
|
|
||||||
/* Version: 10.4.0.48 */
|
/* Version: 10.4.0.49 */
|
||||||
|
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
@ -106,7 +106,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #bb8fce;
|
color: #ce93d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user