implement darkmode

This commit is contained in:
lubiana 2025-05-24 23:11:42 +02:00
parent b8e9a02a14
commit ab9f1bfeec
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
9 changed files with 104 additions and 100 deletions

View file

@ -1,7 +1,7 @@
<div class="bg-white shadow sm:rounded-lg">
<div class="bg-white dark:bg-gray-800 shadow sm:rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h3 class="text-base font-semibold leading-6 text-gray-900">Create New Order</h3>
<div class="mt-2 max-w-xl text-sm text-gray-500">
<h3 class="text-base font-semibold leading-6 text-gray-900 dark:text-white">Create New Order</h3>
<div class="mt-2 max-w-xl text-sm text-gray-500 dark:text-gray-400">
<p>Fill out the form below to create a new food order.</p>
</div>
<div class="mt-5">