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:
parent
96a1c79456
commit
ceb738c591
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ body, .pure-g [class*="pure-u"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.linklist-item-title a:visited .linklist-link {
|
.linklist-item-title a:visited .linklist-link {
|
||||||
color: #555555;
|
color: #2a4c41;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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