feat: Update footer location styles for improved visibility and interaction

This commit is contained in:
Matt Batchelder
2026-02-22 12:18:21 -05:00
parent 8d05262631
commit 83a78adafb

View File

@@ -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 {