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 68119b6 commit 6b90fc3Copy full SHA for 6b90fc3
1 file changed
src/components/Footer/Footer.jsx
@@ -20,7 +20,7 @@ const Footer = () => (
20
/>
21
</a>
22
</div>
23
- <p className="mx-auto text-[15px] leading-[1.6] text-[#333333]">
+ <p className="mx-auto text-[15px] leading-[1.6] text-[#333333] dark:text-[#cecece]">
24
Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and
25
webpack contributors. All rights reserved. The{" "}
26
<a href="https://openjsf.org">OpenJS Foundation</a> has registered
0 commit comments