Include global styles

This commit is contained in:
2024-04-02 13:22:20 +02:00
parent 2c79904102
commit dc4618383e
4 changed files with 6 additions and 5 deletions

View File

@ -71,6 +71,6 @@
@apply border-border;
}
body {
@apply bg-background text-foreground;
@apply bg-gray-800 text-foreground;
}
}