avoid link color from turning purple when visited

This commit is contained in:
uh_wot 2020-05-11 23:32:29 +02:00
parent 9804346d9b
commit c179a12f08
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,10 @@ p,
word-break: break-word;
}
a {
color: dodgerblue;
}
.clickable {
cursor: pointer;
}