From 7fa7a38167415301a9a01735d2eb354542c11dcb Mon Sep 17 00:00:00 2001 From: James Mills Date: Thu, 26 Mar 2020 01:01:35 +1000 Subject: Add a footer --- static/theme.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'static') diff --git a/static/theme.css b/static/theme.css index bdafeea..e65094b 100644 --- a/static/theme.css +++ b/static/theme.css @@ -462,3 +462,31 @@ label span input { } */ } + +footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background: #1e1e1e; + color: white; + text-align: center; +} + +footer p { + font-size: 8px; +} + +footer p a { + color: #fff; +} + +footer p a { + text-decoration: underline; + color: #fff; + transition: .3s background-color; +} + +footer p a:hover { + background-color: #005f5f; +} -- cgit v1.2.3