mirror of
https://github.com/lukin/keywind.git
synced 2025-02-04 05:36:25 +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>
|
<#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>
|
<#nested>
|
||||||
</body>
|
</body>
|
||||||
</#macro>
|
</#macro>
|
||||||
|
|
Loading…
Reference in a new issue