diff --git a/src/app.css b/src/app.css index e143dc7..2deac40 100644 --- a/src/app.css +++ b/src/app.css @@ -4,7 +4,7 @@ body { transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; - @apply bg-white dark:bg-black text-black dark:text-white text-center; + @apply bg-stone-100 dark:bg-gray-950 text-black dark:text-stone-100 text-center; } \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 3951bce..34a4999 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -35,19 +35,19 @@ } -