dark light mode

This commit is contained in:
Priec
2026-05-16 13:02:24 +02:00
parent 6c87a9d58f
commit 6006e1e7b1
7 changed files with 60 additions and 21 deletions

View File

@@ -14,7 +14,7 @@
</div>
{% endif %}
<div class="mb-6 overflow-x-auto rounded-lg border border-gray-200 bg-white shadow-sm">
<div class="mb-6 overflow-x-auto rounded-lg border border-base-300 bg-base-100 shadow-sm">
<table class="table">
<thead>
<tr>
@@ -49,7 +49,7 @@
</table>
</div>
<div class="card max-w-md border border-gray-200 bg-white shadow-sm">
<div class="card max-w-md border border-base-300 bg-base-100 shadow-sm">
<div class="card-body">
<h2 class="card-title text-base">{{ t(key="add-court", lang=lang) }}</h2>
<form method="post" action="/admin/courts" class="space-y-2">