further improved link styling

This commit is contained in:
Mystikfluu 2022-07-10 13:55:05 +02:00
parent 7b3d4eb2e8
commit 0aa2cb2f57

View File

@ -44,6 +44,11 @@ a {
a:link:not(.no-link-style), a:visited:not(.no-link-style) {
color: var(--green);
}
.no-link-style:visited {
color: var(--text-color);
}
a:hover {
color: red;
}