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/static | |
parent | cd9e48532e0be35681522deca5558c419f756b1a (diff) | |
download | jenkins.debian.net-2b3fcd382f7e2c0995eab023d70b48b71c231d1d.tar.xz |
reproducible: use same link color for all projects
Diffstat (limited to 'userContent/reproducible/static')
-rw-r--r-- | userContent/reproducible/static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index f4831b4d..039886fc 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -54,12 +54,12 @@ a.noted { } a:hover, a:focus, a.package:hover, a.package:focus { - color:#005580; + color:#0088cc; text-decoration:underline; } a.noted:hover, a.noted:focus { - color:#005580; + color:#0088cc; text-decoration:underline; font-weight: bold; } |