Skip to content

Commit

Permalink
Fixed onhover border on mentors
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmkim committed Dec 18, 2023
1 parent 594a4e9 commit 6441880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
expertise in the coming weeks. We can't wait to share their valuable
insights and experiences with you!
</p>
<button class="px-4 py-2 mt-5 mb-2 font-bold text-white transition ease-in-out bg-yellow-500 rounded delay-50 hover:bg-white hover:text-yellow-500 hover:border hover:border-yellow-700 dark:hover:bg-gray-700 dark:hover:text-white dark:hover:border-white">
<button class="px-4 py-2 mt-5 mb-2 font-bold text-white transition ease-in-out bg-google-yellow-500 rounded delay-50 hover:bg-white hover:text-google-yellow-500 border border-transparent hover:border-google-yellow-500 dark:hover:bg-gray-700 dark:hover:text-white dark:hover:border-white">
<a href="#">View Profile</a>
</button>
</div>

0 comments on commit 6441880

Please sign in to comment.