]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
visited links color: same hue as unvisited links, darkened
authornodiscc <nodiscc@gmail.com>
Mon, 4 Sep 2017 20:36:21 +0000 (22:36 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 20:36:21 +0000 (22:36 +0200)
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

tpl/default/css/shaarli.css

index e1868c59aafaa5da7f37b5b6972ac5986be0d6fb..ba589723b3c999e1361f6cab0cc8ebbaf3e830c1 100644 (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{