From a5dfa902ef839faded68a918c78c25803a17f996 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Wed, 6 Aug 2025 22:52:01 -0400 Subject: [PATCH] footer --- themes/lugo/layouts/_default/baseof.html | 15 +++++++++++++++ themes/lugo/static/style.css | 17 +++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/themes/lugo/layouts/_default/baseof.html b/themes/lugo/layouts/_default/baseof.html index e67bf15..8e671de 100644 --- a/themes/lugo/layouts/_default/baseof.html +++ b/themes/lugo/layouts/_default/baseof.html @@ -55,6 +55,21 @@ {{ end }} + + diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css index 2638845..fdb6db2 100644 --- a/themes/lugo/static/style.css +++ b/themes/lugo/static/style.css @@ -9,6 +9,23 @@ body { letter-spacing: 0.03em; } +/* Gray footer text styling */ +.footer-text { + margin-top: 1rem; + font-size: 0.8em; + color: #666; + line-height: 1.5; +} + +/* Gray links in footer */ +.gray-link { + color: #666; + text-decoration: underline; +} +.gray-link:hover { + color: #444; +} + /* Optional: Add to headings for contrast */ h1, h2, h3, h4, h5, h6 { font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;