diff --git a/apps/console/src/App.css b/apps/console/src/App.css index 5e7f825c8..a4f06b80f 100644 --- a/apps/console/src/App.css +++ b/apps/console/src/App.css @@ -73,12 +73,3 @@ @apply font-sans antialiased bg-background text-foreground; } } - -@layer base { - * { - @apply border-border; - } - body { - @apply bg-background text-foreground; - } -}