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 {