Update body.ftl

Made template dark mode ready
This commit is contained in:
CN 2024-01-04 10:41:26 +01:00 committed by GitHub
parent 2a2b82f9fc
commit 28e4913451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<#macro kw>
<body class="bg-secondary-100 flex flex-col items-center justify-center min-h-screen sm:py-16">
<body class="bg-secondary-100 dark:bg-secondary-900 dark:text-secondary-100 flex flex-col items-center justify-center min-h-screen sm:py-16">
<#nested>
</body>
</#macro>