From 7dc58121f00d6ef55e61a021753fe29b3c23736a Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 10 Jun 2026 18:34:40 +0200 Subject: [PATCH] Add attribution --- static/index.html | 4 ++++ static/poll.html | 4 ++++ static/style.css | 12 ++++++++++++ 3 files changed, 20 insertions(+) diff --git a/static/index.html b/static/index.html index ac01cdb..f2c5053 100644 --- a/static/index.html +++ b/static/index.html @@ -75,6 +75,10 @@ Make another + + diff --git a/static/poll.html b/static/poll.html index 5c17f1c..5af1e43 100644 --- a/static/poll.html +++ b/static/poll.html @@ -60,6 +60,10 @@ + + diff --git a/static/style.css b/static/style.css index beeae7b..d4ddb93 100644 --- a/static/style.css +++ b/static/style.css @@ -94,6 +94,18 @@ header.site { font-size: var(--font-sm); } +/* === Footer === */ +footer.site { + margin-top: var(--space-5); + padding: var(--space-3) 0; + border-top: var(--border-dashed); + color: var(--text-muted); + font-size: var(--font-sm); + text-align: center; +} + +footer.site .author { color: var(--secondary); } + /* === Typography === */ h1 { font-size: 1.75rem;