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
+4
View File
@@ -75,6 +75,10 @@
<a class="btn btn-ghost" href="/">Make another</a>
</div>
</div>
<footer class="site">
made by <span class="author">luxick</span> &middot; <a href="https://git.luxick.de/luxick/mediator">source code</a>
</footer>
</div>
<script src="/static/calendar.js"></script>
+4
View File
@@ -60,6 +60,10 @@
<p class="error" id="admin-error" role="alert"></p>
</div>
</div>
<footer class="site">
made by <span class="author">luxick</span> &middot; <a href="https://git.luxick.de/luxick/mediator">source code</a>
</footer>
</div>
<script src="/static/calendar.js"></script>
+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;