mirror of
https://github.com/lukin/keywind.git
synced 2025-01-11 02:16:23 +00:00
Update card.ftl
Made template dark mode ready
This commit is contained in:
parent
af9d0cf302
commit
ea93d8afaf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<#macro kw content="" footer="" header="">
|
||||
<div class="bg-white p-8 rounded-lg space-y-6">
|
||||
<div class="bg-white dark:bg-secondary-700 p-8 rounded-lg space-y-6">
|
||||
<#if header?has_content>
|
||||
<div class="space-y-4">
|
||||
${header}
|
||||
|
|
Loading…
Reference in a new issue