From 4acc1a96692cdc3cc606a2c1c73111a68c7222b5 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 01:36:05 +0630 Subject: [PATCH] Update all posts arrow svg fill style --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }