Skip to content

Commit cc75d21

Browse files
authored
ifx: add dark mode styles to Support button (#8120)
1 parent 2a9623d commit cc75d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
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]"
289289
href="https://opencollective.com/webpack#support"
290290
>
291291
Become a {rank === "backer" ? "backer" : "sponsor"}

0 commit comments

Comments
 (0)