This commit is contained in:
2025-08-21 13:50:07 +02:00
commit 58d71ad38b
51 changed files with 15313 additions and 0 deletions

11
tailwind/custom/base.css Normal file
View File

@@ -0,0 +1,11 @@
/**
* Custom styles to immediately follow Tailwinds `base` layer
*/
/**
* This uses the background and foreground colors declared in the `theme.json`
* file and is applied both to the front end and in the block editor.
*/
body {
@apply bg-background text-foreground font-sans;
}