summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-11 20:48:02 +0100
committerHolger Levsen <holger@layer-acht.org>2016-08-12 13:05:11 +0200
commit22aaf4188e18c54d66eb4a341ea1835df728f680 (patch)
treef0cd363d6599f9134421975be6e83d7daee211a7 /userContent
parentc761e65d88c5f2322f198abd98142e65f4b1d0b5 (diff)
downloadjenkins.debian.net-22aaf4188e18c54d66eb4a341ea1835df728f680.tar.xz
reproducible Debian: Ensure that we can always get back to "home" of this package
I forget what it's called in "Don't Make Me Think" but I keep trying to click this to get back to the "homepage" for this suite/arch/pkg combo. Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 0ef764ea..5ac16f7d 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -145,6 +145,10 @@ header.head {
background: #fafafa;
}
+header.head h2.package-name a {
+ color: #fff;
+}
+
footer {
text-align: center;
margin-top: 1em;