further improved link styling
This commit is contained in:
parent
7b3d4eb2e8
commit
0aa2cb2f57
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user