diff --git a/src/pages/index.astro b/src/pages/index.astro index 0d96ada..bf81c07 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -161,6 +161,6 @@ const sortedPosts = posts.sort( @apply text-center my-8; } .all-posts-btn-wrapper svg { - @apply inline-block w-6 h-6; + @apply inline-block w-6 h-6 fill-skin-base hover:fill-skin-accent; }