Add react
This commit is contained in:
@ -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>
|
||||
|
@ -71,6 +71,6 @@
|
||||
@apply border-border;
|
||||
}
|
||||
body {
|
||||
@apply bg-gray-800 text-foreground;
|
||||
@apply text-foreground;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user