Update background color and text color in app.css

This commit is contained in:
Andras Bacsai 2024-03-25 19:16:39 +01:00
parent 5a631df2a2
commit f661f23ee5

View File

@ -4,7 +4,7 @@
html, html,
body { body {
@apply h-full bg-neutral-100 text-neutral-800 dark:bg-base dark:text-neutral-400; @apply h-full bg-neutral-50 text-neutral-800 dark:bg-base dark:text-neutral-400;
} }
body { body {