From 1210314cc87a8284f9bd616e82fe7e0ac1b3e580 Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Thu, 26 Mar 2026 11:12:28 -0400 Subject: [PATCH] build footer hyperlink --- static/css/layout.css | 12 +++--------- templates/partials/footer.html | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 55b3814..592a40a 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -164,22 +164,16 @@ body > footer { text-align: right; } -.footer-build { +.footer-build-link { font-size: 0.72rem; color: var(--text-faint); font-variant-numeric: tabular-nums; -} - -.footer-build-link { - margin-left: 0.3em; - font-size: 0.72rem; - color: var(--text-faint); text-decoration: none; - opacity: 0.6; } .footer-build-link:hover { - opacity: 1; + text-decoration: underline; + text-underline-offset: 2px; } diff --git a/templates/partials/footer.html b/templates/partials/footer.html index e18cc74..f86381a 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -7,7 +7,7 @@ CC BY-SA-NC 4.0 · MIT · MM