refactor: use lighter color for body font

This commit is contained in:
Dinesh Salunke 2023-11-03 18:03:59 +05:30
parent 64f76a536b
commit 211582e6c6

View File

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