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;