modified
static/style.css
@@ -338,6 +338,29 @@ footer p { letter-spacing: 0.03em;}footer .credit { margin-top: 1rem; font-size: 0.7rem; opacity: 0.4; transition: opacity 0.6s ease;}footer .credit:hover { opacity: 0.7;}footer .credit a { color: var(--bone); text-decoration: none; border-bottom: 1px solid var(--bark); transition: color 0.6s ease, border-color 0.6s ease;}footer .credit a:hover { color: var(--parchment); border-color: var(--ash);}/* ===== SHARED ===== */
modified
templates/index.html
@@ -74,6 +74,7 @@ <footer> <p>{{ footer_text }}</p> <p class="credit">a project by <a href="https://isaacbythewood.com">isaac bythewood</a></p> </footer> </main>