From eb5b175c136cfc2eaa1eeeeb77cd65da82a9da56 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 18 2018 12:39:09 +0000 Subject: clean up the footer styles for the two fedora themes --- diff --git a/pagure/themes/pagureio/static/theme.css b/pagure/themes/pagureio/static/theme.css index 5bb8000..7043463 100644 --- a/pagure/themes/pagureio/static/theme.css +++ b/pagure/themes/pagureio/static/theme.css @@ -5,4 +5,12 @@ z-index: 999; padding-top:2px; padding-bottom:2px; - } \ No newline at end of file + } + +.footer{ + box-shadow: 0 900px 0 900px #495057; +} + +.footer a.notblue{ + opacity:0.7; +} \ No newline at end of file diff --git a/pagure/themes/pagureio/templates/theme.html b/pagure/themes/pagureio/templates/theme.html index 4951248..afc81b8 100644 --- a/pagure/themes/pagureio/templates/theme.html +++ b/pagure/themes/pagureio/templates/theme.html @@ -35,14 +35,21 @@ {% endmacro %} {% macro footer() %} -