Bereite sauberen Installationsstand vor

Runtime-Daten aus Git entfernen, WebP-Konvertierung ergänzen, Installation und Updates dokumentieren sowie den Repository-Link im Footer hinzufügen.
This commit is contained in:
2026-08-22 09:56:06 +02:00
parent 9fa448598a
commit 71df09a261
55 changed files with 512 additions and 584 deletions
+8
View File
@@ -115,6 +115,14 @@ a:hover{color:var(--brand-700)}
footer{background:#fff}
footer a{text-decoration:none}
footer .separator{opacity:.25}
footer .footer-gitea{
display:inline-flex; align-items:center; justify-content:center;
width:1.5rem; height:1.5rem; border-radius:.35rem; opacity:.78;
transition:opacity .15s ease, transform .15s ease, background-color .15s ease;
}
footer .footer-gitea:hover{opacity:1; transform:translateY(-1px); background:#f1f5f0}
footer .footer-gitea:focus-visible{outline:2px solid var(--brand); outline-offset:2px}
footer .footer-gitea img{display:block; width:1.125rem; height:1.125rem}
/* Container: keine fixe Höhe mehr, nur Polster */
.coop-logo{