From 756a2ffbd983424bb30297dda22565670ed586bf Mon Sep 17 00:00:00 2001 From: Peter Keefe <16809252+percula@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:59:07 -0400 Subject: [PATCH] feat: Add menu to footer --- assets/css/common/footer.css | 8 ++++++++ layouts/partials/footer.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/assets/css/common/footer.css b/assets/css/common/footer.css index 5addb1e..f6bdc0d 100644 --- a/assets/css/common/footer.css +++ b/assets/css/common/footer.css @@ -58,3 +58,11 @@ #theme-toggle:focus { outline: 0; } + +.footer nav a { + border-bottom: none; +} + +.footer nav a:hover { + border-bottom: none; +} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 52668eb..83fb73d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,34 @@ {{- if not (.Param "hideFooter") }}