dark mode

This commit is contained in:
fabio
2026-02-23 17:31:06 +01:00
parent fce8b9d4bb
commit e0ef48f6fd
26 changed files with 328 additions and 3714 deletions

View File

@@ -1,5 +1,5 @@
{{define "content"}}
<section class="rounded-lg border border-gray-200 bg-white p-8 shadow-sm">
<h1 class="text-3xl font-bold text-gray-900">Home Page</h1>
<section class="rounded-lg border border-gray-200 bg-white p-8 shadow-sm dark:border-gray-700 dark:bg-gray-800">
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">Home Page</h1>
</section>
{{end}}