From 1064885a2c6f8012d19414446712315d716b61d8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 22 Dec 2020 11:14:16 +0000 Subject: [PATCH] Improve footer --- app/scss/custom.scss | 13 +++++++++++++ app/templates/base.html | 25 +++++++++++++++---------- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 523b2ea..e2b1616 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -3,6 +3,19 @@ @import "packagegrid.scss"; @import "comments.scss"; +footer { + text-align: center; + color: #999; + + a { + color: #2e997e; + } + + a:hover { + color: #00bc8c; + } +} + h1 { font-size: 2em; font-weight: bold; diff --git a/app/templates/base.html b/app/templates/base.html index c53fcb5..95c693c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + @@ -107,7 +107,7 @@ - +