my personal website! meowing.zip
website
0
fork

Configure Feed

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

updating my button's link also some fixing up some shit

Niko a20fe89c ea20ef5d

+4 -4
+3 -3
index.html
··· 99 99 </div> 100 100 <div style="margin-bottom: 10px;"> 101 101 <a style="font-size: 14px">and here is mine!</a> 102 - <a style="font-size: 12px; color: light-dark(var(--light-subtext), var(--dark-subtext));"><small>feel free to add mine (hotlinking is ok!)</small></a> 102 + <a style="font-size: 12px; color: var(--subtext);"><small>feel free to add mine (hotlinking is ok!)</small></a> 103 103 </div> 104 104 <div class="my-button" style="padding: 5px;"> 105 105 <a href="https://meowing.zip"><img class="web-button" src="./assets/88x31/button.png" alt="my cool ass button"></a> 106 106 </div> 107 107 </div> 108 - <a style="color: var(--accent); padding: 10px;" href="https://git.gay/gayfamicom/pages"><small>website source!</small></a> 109 - <a style="color: var(--accent); padding: 10px;"><small>last modified: 2026-04-07T01:07:26Z</small></a> 108 + <a style="color: var(--accent); padding: 10px;" href="https://git.gay/meowmaxing/pages"><small>website source!</small></a> 109 + <a style="color: var(--accent); padding: 10px;"><small>last modified: 2026-04-15T00:25:44Z</small></a> 110 110 </body> 111 111 <a rel="me" href="https://fuzzies.wtf/@gayfamicom"></a> 112 112 <a rel="me" href="https://app.wafrn.net/blog/gayfamicom"></a>
+1 -1
styles.css
··· 208 208 transition: ease-in-out 0.3s; 209 209 outline: solid 2px; 210 210 border-radius: 10px; 211 - outline-color: var(--foreground); 211 + outline-color: var(--accent); 212 212 filter: blur(0); 213 213 box-shadow: 0px 0px 10px var(--foreground); 214 214 transform: scale(1.4, 1.4);