We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9623d commit cc75d21Copy full SHA for cc75d21
src/components/Support/Support.jsx
@@ -285,7 +285,7 @@ export default class Support extends Component {
285
286
<div className="w-full mt-4">
287
<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"
+ 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]"
289
href="https://opencollective.com/webpack#support"
290
>
291
Become a {rank === "backer" ? "backer" : "sponsor"}
0 commit comments