update styling and fix search to include lowercase

This commit is contained in:
Jan-Marlon Leibl 2024-11-19 08:28:09 +01:00
commit 85dbe967ee
5 changed files with 21 additions and 22 deletions

View file

@ -1 +1 @@
<button type="button">{{ text }}</button>
<button type="button" class="px-6 py-2 bg-blue-500 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75">{{ text }}</button>