refactor: use lighter color for body font

staging
Dinesh Salunke 2023-11-03 18:03:59 +05:30
parent 64f76a536b
commit 211582e6c6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
body { body {
@apply bg-white; @apply bg-white;
@apply text-gray-700; @apply text-gray-500;
@apply font-normal; @apply font-normal;
} }