diff --git a/theme/static/src/scss/footer.scss b/theme/static/src/scss/footer.scss index fc378dc..0e05433 100644 --- a/theme/static/src/scss/footer.scss +++ b/theme/static/src/scss/footer.scss @@ -7,7 +7,7 @@ footer { color: $white; a { - color: $brand-orange; + color: $brand-orange-light; &:hover { text-decoration: none; @@ -15,12 +15,12 @@ footer { } } - .bar-links { - margin: 0 7px; - } + .powered-by p { + font-size: $font-size-base; - .powered-by { - font-size: $font-size-h6; + a:hover { + color: $brand-orange; + } } .social { @@ -33,13 +33,13 @@ footer { color: $white; &:hover { - color: $brand-orange; + color: $brand-orange-light; } } } .ci-badge { margin-top: 10px; - height: $font-size-h4; + height: $font-size-h3; } } diff --git a/theme/static/src/scss/variables.scss b/theme/static/src/scss/variables.scss index 0fe8a9b..be452cc 100644 --- a/theme/static/src/scss/variables.scss +++ b/theme/static/src/scss/variables.scss @@ -1,3 +1,4 @@ +$brand-orange-light: #FF7F00; $brand-orange: #F05F40; $brand-orange-dark: darken($brand-orange, 10%); $brand-grey-dark: #333; @@ -8,7 +9,7 @@ $white: #FFF; /* @end General Colours */ -$footer-height: 250px; +$footer-height: 175px; $font-family-heading: "Open Sans", "Helvetica Neue", Arial, sans-serif; /* @group Bootstrap Overrides */ diff --git a/theme/templates/base.html b/theme/templates/base.html index e3f13c5..02adc84 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -51,22 +51,18 @@
-
-
+

+ Powered by Pelican, + Inception Hosting, + and a whole heap of Magic!

-
-
-

Powered by

-
-