Personal Site
0
fork

Configure Feed

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

Pretty up links and the avatar

+15 -1
+15 -1
src/components/home/feeds/Post.astro
··· 130 130 grid-area: avatar; 131 131 width: 3em; 132 132 height: 3em; 133 + border-radius: 100%; 133 134 } 134 135 135 136 .name { ··· 149 150 white-space: pre-wrap; 150 151 } 151 152 152 - img { 153 + .embed img { 153 154 image-rendering: smooth; 155 + } 156 + 157 + a { 158 + color: black; 159 + 160 + &:hover, 161 + &:focus { 162 + text-decoration-style: dashed; 163 + } 164 + 165 + &:active { 166 + text-decoration: none; 167 + } 154 168 } 155 169 156 170 ul {