🐞 fix: Change bg and text colors
This commit is contained in:
@@ -15,7 +15,7 @@ const { children } = Astro.props;
|
|||||||
<script is:inline defer src="https://unpkg.com/htmx.org@1.9.10"></script>
|
<script is:inline defer src="https://unpkg.com/htmx.org@1.9.10"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="font-sans antialiased bg-gray-500 text-gray-100">
|
<body class="font-sans antialiased bg-gray-800 text-gray-100">
|
||||||
<slot />
|
<slot />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user