Merge pull request #883 from ArthurHoaro/template/visited-link

Display visited links in grey
This commit is contained in:
ArthurHoaro 2017-05-28 13:17:20 +02:00 committed by GitHub
commit 96b12e55f0
1 changed files with 2 additions and 2 deletions

View File

@ -539,8 +539,8 @@ body, .pure-g [class*="pure-u"] {
color: #1b926c;
}
.linklist-item-title .linklist-link:visited {
color: #1b926c;
.linklist-item-title a:visited .linklist-link {
color: #555555;
}
.linklist-item-title a:hover, .linklist-item-title .linklist-link:hover{