[Qa-jenkins-scm] [jenkins.debian.net] 02/02: arch: make visited links distinguishable

Holger Levsen holger at moszumanska.debian.org
Tue Jan 26 23:54:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 39d6f9c07be515e3549f5381ca7a27006c42d25b
Author: anthraxx <levente at leventepolyak.net>
Date:   Tue Jan 26 22:55:47 2016 +0100

    arch: make visited links distinguishable
---
 userContent/reproducible/archlinux/global.css | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css
index cdf375b..9aedcfe 100644
--- a/userContent/reproducible/archlinux/global.css
+++ b/userContent/reproducible/archlinux/global.css
@@ -45,16 +45,18 @@ body {
 
 a {
   text-decoration: none;
-  color:#0088cc;
 }
 
-a:link, a:visited {
-  color: green;
+a:link {
+  color: #07b;
+}
+
+a:visited {
+  color: #1a4964;
 }
 
 a:hover, a:visited:hover {
   text-decoration: underline;
-  color:#0088cc;
 }
 
 table {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list