Skip to content

Commit

Permalink
Add submit button hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
david-tejada committed Apr 2, 2024
1 parent accb7be commit 9b9e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="text-center text-2xl font-bold text-white">
placeholder="Search for any IP address or domain"
/>
<button
class="absolute right-0 top-0 h-full bg-gray-800 p-4"
class="absolute right-0 top-0 h-full bg-gray-800 p-4 hover:opacity-90"
type="submit"
>
<span class="sr-only">Search</span>
Expand Down

0 comments on commit 9b9e41b

Please sign in to comment.