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 @@ - +