extended no link style to also match normal links

This commit is contained in:
Mystikfluu 2022-07-10 13:59:57 +02:00
parent a2bf4e475b
commit 3377f45140

View File

@ -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);
} }