From 211582e6c682c401e0b4e2e1566120372567461e Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 18:03:59 +0530 Subject: [PATCH] refactor: use lighter color for body font --- _dev/elegance.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_dev/elegance.css b/_dev/elegance.css index 87d8cd7..be5d721 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -4,7 +4,7 @@ body { @apply bg-white; - @apply text-gray-700; + @apply text-gray-500; @apply font-normal; }