my website
0
fork

Configure Feed

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

use underlines for... underlining

+2 -2
+1 -1
src/pages/index.astro
··· 16 16 <header> 17 17 <nav> 18 18 <ul 19 - class="flex-row list-none pl-0 gap-8 *:*:text-fg *:*:hover:text-link *:*:border-b" 19 + class="flex-row list-none pl-0 gap-8 *:*:text-fg *:*:hover:text-link" 20 20 > 21 21 <li><a href="/blog">blog</a></li> 22 22 <li><a href="/portfolio">portfolio</a></li>
+1 -1
src/styles/global.css
··· 34 34 } 35 35 36 36 a { 37 - @apply text-link border-b hover:text-heading; 37 + @apply text-link underline underline-offset-4 hover:text-heading; 38 38 } 39 39 40 40 p,