Skip to content

Commit 6c8cf34

Browse files
committed
fix: improve sponsor button hover state
1 parent 987108a commit 6c8cf34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Support/Support.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export default class Support extends Component {
285285

286286
<div className="w-full mt-4">
287287
<a
288-
className="inline-block py-[0.4em] px-[1em] uppercase text-[#175d96] border border-[#175d96] rounded-4xl transition-all duration-[250ms] hover:bg-[#175d96] hover:text-white dark:text-[#4fa8ff] dark:border-[#4fa8ff] dark:hover:bg-[#4fa8ff] dark:hover:text-[#04131f]"
288+
className="inline-block py-[0.4em] px-[1em] uppercase text-[#175d96] border border-[#175d96] rounded-4xl transition-all duration-[250ms] hover:border-[#2f78c4] hover:bg-[#2f78c4] hover:text-white hover:shadow-[0_8px_18px_rgba(47,120,196,0.28)] dark:text-[#4fa8ff] dark:border-[#4fa8ff] dark:hover:border-[#4fa8ff] dark:hover:bg-[#2f78c4] dark:hover:text-white"
289289
href="https://opencollective.com/webpack#support"
290290
>
291291
Become a {rank === "backer" ? "backer" : "sponsor"}

0 commit comments

Comments
 (0)