diff --git a/styles/globals.css b/styles/globals.css index a37e520..0592456 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -56,11 +56,7 @@ } body { - @apply bg-ciphera-gradient bg-fixed; - } - - .dark body { - @apply bg-ciphera-gradient-dark; + @apply bg-white dark:bg-neutral-950; } }