extended no link style to also match normal links
This commit is contained in:
parent
a2bf4e475b
commit
3377f45140
@ -49,7 +49,7 @@ a:link:not(.no-link-style), a:visited:not(.no-link-style) {
|
|||||||
color: var(--green);
|
color: var(--green);
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-link-style:visited {
|
.no-link-style:visited, .no-link-style:link {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user