From 6d4e7256bb914af0a0e654a6f46f8d8e907b555d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 01 2018 13:07:09 +0000 Subject: Update pagure/static/pagure.css On older browsers, the gradient used in the masthead class (the top of the page) was not showing, and the user would instead get the body colour which is a very dark (almost black) grey. This commit adds a background colour to the masthead. Since the gradient is in an background-image, this colour will only show if the gradient fails. fixes #2864 --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index eabf5b7..1a95640 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -692,6 +692,10 @@ a.nav-link.btn{ line-height: 14px; } +.masthead{ + background-color:#ddd; +} + .codehilite .hll { background-color: #ffffcc } .codehilite { background: #f8f8f8; } .codehilite .c { color: #8f5902; font-style: italic } /* Comment */