diff --git a/frontend/src/index.css b/frontend/src/index.css index 4345057c..0e6a24bd 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -16,7 +16,7 @@ } body { - @apply bg-gray-50 text-gray-900 dark:bg-gray-50 dark:text-gray-100; + @apply bg-gray-50 text-gray-900 dark:bg-gray-900 dark:text-gray-100; font-family: 'Gentium Book Basic', 'Georgia', serif; line-height: 1.6; font-size: 1rem;