simple link website digi.rip
0

Configure Feed

Select the types of activity you want to include in your feed.

update footer link color and remove text shadow to footer

digi.rip (Jun 10, 2026, 6:41 PM EDT) 499d711e 623be331

+3 -2
+1 -1
index.html
··· 40 40 </div> 41 41 <footer> 42 42 <p> 43 - hosted @ <a href="https://wisp.place/">wisp.place</a><br /> 43 + hosted @ <a href="https://wisp.place/">wisp.place</a> / 44 44 <a href="https://tangled.org/digi.rip/website">source</a> 45 45 </p> 46 46 </footer>
+2 -1
style.css
··· 17 17 --shadow-color: #223cb3; 18 18 --button-bg: #ff9cd9; 19 19 --button-text-color: #2a0a1e; 20 - --footer-link-color: #f3d449; 20 + --footer-link-color: #ff8a4d; 21 21 } 22 22 23 23 body { ··· 44 44 flex-direction: column; 45 45 min-height: 2vh; 46 46 margin: 1rem; 47 + text-shadow: 0px 0px; 47 48 } 48 49 49 50 footer a {