fix: remove outline on search bar (#206)

This commit is contained in:
Echo 2024-10-26 03:19:20 -04:00 committed by GitHub
parent d09b80a5b1
commit 85c9e1f5d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,3 +117,9 @@ top-20 left-4 md:left-[unset] right-4 shadow-2xl rounded-2xl p-2">
</a>
{/each}
</div>
<style>
input:focus {
outline: 0;
}
</style>