Add react

This commit is contained in:
2024-04-02 14:16:28 +02:00
parent dc4618383e
commit 75fe3cdcf5
6 changed files with 356 additions and 26 deletions

View File

@ -30,7 +30,7 @@ const { title } = Astro.props;
}
</style>
</head>
<body class="mx-auto max-w-7xl bg-gray px-6 py-8 font-plex text-gray-200">
<body class="mx-auto max-w-7xl bg-gray px-6 py-8 font-plex">
<slot />
</body>
</html>

View File

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