Add attribution

This commit is contained in:
2026-06-10 18:34:40 +02:00
parent 38a612ae71
commit 7dc58121f0
3 changed files with 20 additions and 0 deletions
+12
View File
@@ -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;