Merge pull request #883 from ArthurHoaro/template/visited-link
Display visited links in grey
This commit is contained in:
commit
96b12e55f0
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue