Restrict visited link color to markdown only

This commit is contained in:
Alex Shpak
2020-04-06 11:26:35 +02:00
parent 1eeabcad67
commit 6234f12654
5 changed files with 111 additions and 110 deletions
-4
View File
@@ -38,10 +38,6 @@ h5 {
a {
text-decoration: none;
color: $color-link;
&:visited {
color: $color-visited-link;
}
}
img {