From f6d1b3a56c6db5acffa2ee21ebdf2beda7b4e474 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Tue, 7 Apr 2026 12:25:26 -0600 Subject: [PATCH] Add source link footer pointing to GitHub repo --- src/chess_pressure/static/index.html | 4 ++++ src/chess_pressure/static/style.css | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/chess_pressure/static/index.html b/src/chess_pressure/static/index.html index 9e8090e..0cfb824 100644 --- a/src/chess_pressure/static/index.html +++ b/src/chess_pressure/static/index.html @@ -102,6 +102,10 @@ + + diff --git a/src/chess_pressure/static/style.css b/src/chess_pressure/static/style.css index 0e917c4..f9c77d3 100644 --- a/src/chess_pressure/static/style.css +++ b/src/chess_pressure/static/style.css @@ -328,6 +328,18 @@ dialog textarea { } .dialog-buttons button:hover { background: var(--move-active); } +/* --- Footer --- */ +footer { + text-align: center; + padding: 1rem 0; + font-size: 0.75rem; +} +footer a { + color: var(--fg2); + text-decoration: none; +} +footer a:hover { text-decoration: underline; } + /* --- Mobile --- */ @media (max-width: 720px) { main {