🐞 fix: Styling tweaks, andd buttons for add and home

This commit is contained in:
Keith Solomon
2025-07-16 22:33:37 -05:00
parent 5798df9941
commit 5094705b67
3 changed files with 14 additions and 6 deletions

View File

@@ -47,8 +47,12 @@
</div>
</div>
<button id="clear-filters"type="button" class="bg-blue-600 text-white px-4 py-2 rounded">
<button id="clear-filters"type="button" class="bg-blue-600 text-white px-4 py-2 rounded cursor-pointer hover:bg-blue-700 transition-colors duration-300">
Reset Filters
</button>
</form>
<a href="/add" id="add-prompt" class="block w-fit bg-green-600 text-white px-4 py-2 mt-4 rounded hover:bg-green-700 transition-colors duration-300">
Add Prompt
</a>
</div>