🐞 fix: Change bg and text colors

This commit is contained in:
Keith Solomon
2025-07-16 21:44:13 -05:00
parent 0a0bffe2eb
commit 29b7764e7f

View File

@@ -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>