diff --git a/index.html b/index.html index c45ae16..9288c21 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,10 @@

+ + diff --git a/styles/main.css b/styles/main.css index 0de9f3f..95dd407 100644 --- a/styles/main.css +++ b/styles/main.css @@ -374,3 +374,24 @@ body::before { box-shadow: 0 0 12px rgba(34, 197, 94, 0.3); } +/* Footnote — very small support links */ +.footnote { + margin-top: auto; + padding-top: clamp(1rem, 2vw, 1.5rem); + font-size: 0.55rem; + color: var(--text-muted); + letter-spacing: 0.02em; + text-align: center; + opacity: 0.85; +} + +.footnote a { + color: var(--text-muted); + text-decoration: underline; + text-underline-offset: 2px; +} + +.footnote a:hover { + color: var(--neon); +} +