From 83a78adafb3b8d0ef6dafe0dcdd948703b413fa1 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sun, 22 Feb 2026 12:18:21 -0500 Subject: [PATCH] feat: Update footer location styles for improved visibility and interaction --- theme/assets/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index d87a104..d6611b5 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -3418,7 +3418,9 @@ p:last-child { margin-bottom: 0; } .footer-brand .logo-text { font-size: 1.5rem; color: #fff; } .footer-tagline { font-size: .9rem; color: rgba(255,255,255,.5); margin-top: .75rem; margin-bottom: .5rem; } -.footer-location { font-size: .8rem; color: rgba(255,255,255,.4); } +.footer-location { font-size: .8rem; color: rgba(255,255,255,.8); } +.footer-location a { color: var(--color-primary); font-weight: 600; } +.footer-location a:hover { color: var(--color-primary-lt); } .footer-links { display: contents; } .footer-col h4 {