tweak list file for config colors

This commit is contained in:
Kenji Eva 2025-05-06 14:37:38 +00:00
parent a0019812ff
commit 4d8dfae7b4

View File

@ -5,7 +5,7 @@
</section>
<section class="flex-ns mt5 flex-wrap justify-around">
{{ range .Paginator.Pages }}
<div class="w-100 w-30-l mb4 relative bg-white">
<div class="w-100 w-30-l mb4 relative {{ $.Param "list_dark_bg" | compare.Default "bg-white"}}">
{{ .Render "summary" }}
</div>
{{ end }}