visited links color: same hue as unvisited links, darkened

Related to https://github.com/shaarli/Shaarli/issues/877
Plain grey links would lead to think that the link is somehow disabled/inaccessible/private
This slightly improves clarity/usability
This commit is contained in:
nodiscc 2017-09-04 22:36:21 +02:00 committed by GitHub
parent 96a1c79456
commit ceb738c591
1 changed files with 1 additions and 1 deletions

View File

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