From 9323d6e9c31a20cf2e44e4b20ab7f47d9ad39f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?bartal=20l=C3=A6arsson?= Date: Fri, 19 Jun 2026 21:23:19 +0100 Subject: [PATCH] dyn year --- static/app.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/app.css b/static/app.css index 940bda7..98e5a84 100644 --- a/static/app.css +++ b/static/app.css @@ -194,6 +194,23 @@ footer { background: var(--nav-bg); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); + display: flex; + justify-content: center; + align-items: center; + gap: 1.5rem; +} + +.footer-icon { + color: var(--ink-muted); + text-decoration: none; + display: flex; + align-items: center; + border-bottom: none; + transition: color 0.25s ease; +} +.footer-icon:hover { + color: var(--accent); + border-bottom: none; } h2 {