the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

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

feat: update link hover effects

+1 -3
+1 -3
sass/css/suCSS.css
··· 220 220 a:visited { 221 221 text-decoration: none; 222 222 font-weight: bold; 223 - font-style: italic; 224 223 border-radius: 0.125rem; 225 224 color: var(--link); 226 225 } 227 226 228 227 a:hover { 229 - background-color: var(--link); 230 - color: var(--bg); 228 + text-decoration: underline wavy; 231 229 } 232 230 233 231 /* format lists */