From e99828bfdfe78aa4da5abc13ffd55713888732be Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 16 Dec 2025 17:43:08 -0800 Subject: [PATCH] Add author credit to footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- public/css/main.css | 17 +++++++++++++++++ public/index.html | 1 + 2 files changed, 18 insertions(+) diff --git a/public/css/main.css b/public/css/main.css index aac4ef69a..93402698d 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -1177,6 +1177,23 @@ code { color: var(--color-accent); } +.footer-credit { + font-size: 0.875rem; + color: var(--color-ash); + margin-top: var(--spacing-md); + width: 100%; + text-align: center; +} + +.footer-credit a { + color: var(--color-text); + transition: color var(--duration-fast) var(--ease-out); +} + +.footer-credit a:hover { + color: var(--color-accent); +} + /* ============================================ BUTTONS ============================================ */ diff --git a/public/index.html b/public/index.html index a8640ac19..b3fcf5183 100644 --- a/public/index.html +++ b/public/index.html @@ -279,6 +279,7 @@ Downloads GitHub +