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

View file

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