mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 16:56:24 +00:00
Update body.ftl
Made template dark mode ready
This commit is contained in:
parent
2a2b82f9fc
commit
28e4913451
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue