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() %} -