🐞 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>
|
||||
</head>
|
||||
|
||||
<body class="font-sans antialiased bg-gray-500 text-gray-100">
|
||||
<body class="font-sans antialiased bg-gray-800 text-gray-100">
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user