Compare commits

...
1 Commits
Author SHA1 Message Date
inherentlee 56963da02c small style tweaks and copyright
continuous-integration/drone/push Build is passing
2026-08-05 11:01:36 -07:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
<footer>
<p>© 2026</p>
<p><a href="/attribution/">site attribution</a></p>
</footer>
+3
View File
@@ -99,6 +99,7 @@ h1, h2, h3, h4, h5, h6 {
font-variant: small-caps;
font-family: Montserrat;
font-weight: 400;
letter-spacing: 5%;
}
h1 {
@@ -171,10 +172,12 @@ header a:focus-visible .logo {
footer {
background-color: var(--color-accent);
color: var(--color-bg);
padding: 1rem;
}
footer p {
text-align: center;
margin: 0;
}
footer a,