mirror of github:amycatgirl/amycatgirl.github.io
0
fork

Configure Feed

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

chore: move entry title inside of anchor

Amy fe4516e3 062b76be

+2 -2
+2 -2
index.html
··· 96 96 97 97 a { 98 98 color: var(--emphasis); 99 + & h3 { color: var(--fg); } 99 100 } 100 101 101 102 .entry { ··· 139 140 140 141 <template id="leaflet-entry"> 141 142 <div class="entry"> 142 - <a class="base-anchor" href="#"></a> 143 - <h3 class="title"></h3> 143 + <a class="base-anchor" href="#"><h3 class="title"></h3></a> 144 144 <p class="description"></p> 145 145 <div class="metadata"> 146 146 <time class="published-at"></time>