diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 4 |
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; |