diff --git a/apps/landing/src/styles/globals.css b/apps/landing/src/styles/globals.css index 21aa848f..b9367aef 100644 --- a/apps/landing/src/styles/globals.css +++ b/apps/landing/src/styles/globals.css @@ -296,3 +296,7 @@ html *::-webkit-scrollbar-thumb:active { html *::-webkit-scrollbar-corner { background: var(--color-background-secondary); } + +html body { + @apply bg-black; +}