Fixed link color

This commit is contained in:
MatthiasSaihttam 2020-09-30 22:18:27 -04:00
parent 99fa59f497
commit da5c08eeba
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ a {
text-decoration: none; text-decoration: none;
} }
.text a:visited { .text a {
color: var(--accent-color); color: var(--accent-color);
} }
.text p, .text pre { .text p, .text pre {