From 23015f63464db3b8f8f21949404912ae9fa3de2c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Sep 2018 13:38:58 +0100 Subject: [PATCH] blog: Add login link to footer Signed-off-by: Michael Tremer --- src/scss/style.scss | 16 +++++++++------- src/templates/base.html | 10 +++++++--- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 4409a771..1b06720b 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -403,14 +403,16 @@ footer { box-shadow: none; } } -} -#copyright { - background-color: rgba($blue-grey-900, .06); - padding: 1rem 0; - p { - font-size: 12px; - line-height: 16px; + .copyright { + background-color: rgba($blue-grey-900, .06); + padding: $spacer 0; + + font-size: $small-font-size; + + a { + color: $text-muted; + } } } diff --git a/src/templates/base.html b/src/templates/base.html index 2b509911..1bb17283 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -146,9 +146,13 @@ -