cleaned up templates a bit, and some style fixes

This commit is contained in:
Zoe
2025-09-24 15:39:16 +00:00
parent 770472c30c
commit b75337f450
4 changed files with 151 additions and 167 deletions

View File

@@ -62,7 +62,7 @@
</div>
<form class="w-full max-w-3xl" action="{{ SearchProviderURL }}" method="GET">
<input name="{{ SearchParam }}" aria-label="Search bar"
class="w-full bg-[#1C1C21] border border-[#56565b]/30 rounded-full px-3 py-1 text-white h-7 focus-visible:outline-none placeholder:italic placeholder:text-[#434343]"
class="w-full bg-[#1C1C21] border border-[#2E2E32] rounded-full px-3 py-1 text-white h-7 focus-visible:outline-none placeholder:italic placeholder:text-[#434343] search"
placeholder="Search..." />
</form>
</div>