Add attribution
This commit is contained in:
@@ -75,6 +75,10 @@
|
|||||||
<a class="btn btn-ghost" href="/">Make another</a>
|
<a class="btn btn-ghost" href="/">Make another</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="site">
|
||||||
|
made by <span class="author">luxick</span> · <a href="https://git.luxick.de/luxick/mediator">source code</a>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/static/calendar.js"></script>
|
<script src="/static/calendar.js"></script>
|
||||||
|
|||||||
@@ -60,6 +60,10 @@
|
|||||||
<p class="error" id="admin-error" role="alert"></p>
|
<p class="error" id="admin-error" role="alert"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="site">
|
||||||
|
made by <span class="author">luxick</span> · <a href="https://git.luxick.de/luxick/mediator">source code</a>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/static/calendar.js"></script>
|
<script src="/static/calendar.js"></script>
|
||||||
|
|||||||
@@ -94,6 +94,18 @@ header.site {
|
|||||||
font-size: var(--font-sm);
|
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 === */
|
/* === Typography === */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user