heartwood every commit a ring

the page remembers who tends it

75dce1ac by Isaac Bythewood · 1 month ago

the page remembers who tends it

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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>