1
0
mirror of https://github.com/saicaca/fuwari.git synced 2025-03-19 05:39:30 +08:00

fix: remove outline on search bar ()

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

@ -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>