From b29a4078173de8fb1d5e6ead62d09fdebcb8bc19 Mon Sep 17 00:00:00 2001 From: Mary Date: Wed, 9 Nov 2022 14:43:15 +0000 Subject: [PATCH] Modify the style of the footer. --- content/posts/_index.md | 6 ------ static/css/style.css | 14 ++++++++++++-- themes/coyote/layouts/_default/baseof.html | 3 ++- themes/coyote/layouts/partials/footer.html | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 content/posts/_index.md diff --git a/content/posts/_index.md b/content/posts/_index.md deleted file mode 100644 index 9deba7a..0000000 --- a/content/posts/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "" -date: 2022-10-01T12:11:53+01:00 -draft: false - ---- diff --git a/static/css/style.css b/static/css/style.css index 89edccc..8e6ed92 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -62,9 +62,19 @@ td img { } .site-footer { - color: black; + background-color: #fc0; padding: 4rem; + margin-top: 3rem; +} + +.font-footer { + color: #400000 !important; + font-weight: bold !important; + font-size: 1.5rem !important; +} + +.font-footer a { + color: #400000 !important; } - diff --git a/themes/coyote/layouts/_default/baseof.html b/themes/coyote/layouts/_default/baseof.html index b2c22ba..718ee9c 100644 --- a/themes/coyote/layouts/_default/baseof.html +++ b/themes/coyote/layouts/_default/baseof.html @@ -12,7 +12,8 @@ {{ end }} - + + diff --git a/themes/coyote/layouts/partials/footer.html b/themes/coyote/layouts/partials/footer.html index 9cfa1a5..58d74f8 100644 --- a/themes/coyote/layouts/partials/footer.html +++ b/themes/coyote/layouts/partials/footer.html @@ -1,3 +1,3 @@ -