From 0b8b788ea1dc4dee9f5a910089e7548920cb151e Mon Sep 17 00:00:00 2001 From: VnPower Date: Fri, 2 Jun 2023 16:54:24 +0700 Subject: [PATCH] Feature: add the page's footer --- template/css/style.css | 11 +++++++++++ template/css/style.scss | 12 ++++++++++++ template/footer.html | 6 ++++++ 3 files changed, 29 insertions(+) diff --git a/template/css/style.css b/template/css/style.css index 73b97c6..91b8926 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -331,6 +331,17 @@ body { background-color: #333; } +.footer { + text-align: center; + font-size: small; + margin-top: 8px; + margin-bottom: 8px; +} +.footer a { + color: #d8d4cf; + text-decoration: none; +} + @media screen and (max-width: 750px) { .search-bar { display: none; diff --git a/template/css/style.scss b/template/css/style.scss index 7fa9886..90ee047 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -387,6 +387,18 @@ body { } } +.footer { + text-align: center; + font-size: small; + margin-top: 8px; + margin-bottom: 8px; + + a { + color: $fg; + text-decoration: none; + } +} + @media screen and (max-width: 750px) { .search-bar { display: none; diff --git a/template/footer.html b/template/footer.html index 15b9011..4937b75 100644 --- a/template/footer.html +++ b/template/footer.html @@ -1,3 +1,9 @@ + +