From 2635bb097615d996c684ab979be3dc481f6f90ea Mon Sep 17 00:00:00 2001 From: Archos Date: Fri, 3 Apr 2026 10:39:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20odstran=C4=9Bn=20duplicitn=C3=AD=20foote?= =?UTF-8?q?r,=20opraven=20odkaz=20na=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- accounts.html | 35 +++++++++++++++++++++++++++++++++++ start.html | 31 +++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/accounts.html b/accounts.html index 0079795..7e2425f 100644 --- a/accounts.html +++ b/accounts.html @@ -521,6 +521,32 @@ select:focus { border-color: var(--accent); } .grid { grid-template-columns: 1fr; } nav .nav-updated { display: none; } } + +/* FOOTER */ +.site-footer { + margin-top: 4rem; + border-top: 1px solid var(--border); + padding: 1.5rem 2rem; + text-align: center; +} + +.site-footer-inner { + display: flex; + justify-content: center; + flex-wrap: wrap; + gap: 0.5rem 2rem; + font-family: 'Space Mono', monospace; + font-size: 0.72rem; + color: var(--muted2); +} + +.site-footer-inner a { + color: var(--muted); + text-decoration: none; + transition: color 0.15s; +} + +.site-footer-inner a:hover { color: var(--accent); } @@ -1007,5 +1033,14 @@ async function loadAccounts() { // ──────────────────────────────── loadAccounts(); + + + diff --git a/start.html b/start.html index 618d0b6..67b1452 100644 --- a/start.html +++ b/start.html @@ -273,6 +273,32 @@ .footer-note a { color: var(--accent); text-decoration: none; } .footer-note a:hover { text-decoration: underline; } + /* FOOTER */ + .site-footer { + max-width: 680px; + margin: 0 auto 3rem; + border-top: 1px solid var(--border); + padding-top: 1.5rem; + text-align: center; + } + + .site-footer-inner { + display: flex; + justify-content: center; + flex-wrap: wrap; + gap: 0.5rem 2rem; + font-family: 'Space Mono', monospace; + font-size: 0.72rem; + } + + .site-footer-inner a { + color: var(--muted); + text-decoration: none; + transition: color 0.15s; + } + + .site-footer-inner a:hover { color: var(--accent); } + @media (max-width: 500px) { .step { grid-template-columns: 1fr; } .step-num { margin-bottom: 0.5rem; } @@ -358,9 +384,10 @@ Zajímá mě [Linux / příroda / fotografie / ...]. Rád/a se seznámím!
Zkopírováno! Vlož do pole pro post ✓