🐞 fix: Styling tweaks, andd buttons for add and home
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user