🎨 remove all caps

Issue: #232
This commit is contained in:
Greg Newman
2023-05-01 16:05:08 -04:00
parent a404787358
commit 0ac915d9f1

View File

@@ -42,7 +42,7 @@
<label for="id_categories" hidden="true">Categories:</label>
<select onchange="this.form.submit()"
name="categories"
class="block py-2 pr-11 pl-5 mb-3 w-full text-sm uppercase bg-white rounded-md border border-gray-300 cursor-pointer sm:inline-block md:mb-0 md:w-auto dark:bg-black text-sky-600 dark:text-orange dark:border-slate"
class="block py-2 pr-11 pl-5 mb-3 w-full text-sm bg-white rounded-md border border-gray-300 cursor-pointer sm:inline-block md:mb-0 md:w-auto dark:bg-black text-sky-600 dark:text-orange dark:border-slate"
id="id_categories"
>
<option>Filter by category</option>