diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-18 18:44:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-18 18:44:54 +0100 |
commit | 2b3fcd382f7e2c0995eab023d70b48b71c231d1d (patch) | |
tree | ff6fdea88bd19b9456a4a84d0f3f181ac0595e9a /userContent/reproducible/rpms | |
parent | cd9e48532e0be35681522deca5558c419f756b1a (diff) | |
download | jenkins.debian.net-2b3fcd382f7e2c0995eab023d70b48b71c231d1d.tar.xz |
reproducible: use same link color for all projects
Diffstat (limited to 'userContent/reproducible/rpms')
-rw-r--r-- | userContent/reproducible/rpms/fedora-23.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/userContent/reproducible/rpms/fedora-23.css b/userContent/reproducible/rpms/fedora-23.css index 4c283bf4..f143223f 100644 --- a/userContent/reproducible/rpms/fedora-23.css +++ b/userContent/reproducible/rpms/fedora-23.css @@ -80,12 +80,12 @@ h1, h2, h3, h4, h5, h6 { * Links */ a { - color: #2a7ae2; + color: #0088cc; text-decoration: none; } a:visited { - color: #1756a9; } + color: green; } a:hover { - color: #111; + color: #0088cc; text-decoration: underline; } |