Update card.ftl

Made template dark mode ready
This commit is contained in:
CN 2024-01-04 10:43:53 +01:00 committed by GitHub
parent af9d0cf302
commit ea93d8afaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<#macro kw content="" footer="" header=""> <#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> <#if header?has_content>
<div class="space-y-4"> <div class="space-y-4">
${header} ${header}