diff --git a/src/pages/index.astro b/src/pages/index.astro index c6c3955..1c949ce 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -108,9 +108,11 @@ const sortedPosts = posts.sort( }
- + All Posts - @@ -163,7 +165,10 @@ const sortedPosts = posts.sort( .all-posts-btn-wrapper { @apply text-center my-8; } + .all-posts-btn-wrapper a { + @apply hover:text-skin-accent; + } .all-posts-btn-wrapper svg { - @apply inline-block w-6 h-6 fill-skin-base hover:fill-skin-accent; + @apply inline-block w-6 h-6; }