diff --git a/web/components/layout-footer.tsx b/web/components/layout-footer.tsx
index da40f734..af7a47a3 100644
--- a/web/components/layout-footer.tsx
+++ b/web/components/layout-footer.tsx
@@ -7,7 +7,7 @@ export const Footer = () => {
{/* Main Footer Content */}
{/* Copyright Text */}
-
© 2024 Mina Foundation. All rights reserved.
+
© 2024 Mina Foundation. All rights reserved.
{/* Links */}
@@ -15,7 +15,7 @@ export const Footer = () => {
href="https://github.com/MinaProtocol/mina/blob/develop/CODE_OF_CONDUCT.md"
target="_blank"
rel="noopener noreferrer"
- className="text-gray-400 text-sm hover:text-white"
+ className="text-gray-500 text-sm dark:hover:text-white hover:text-gray-400"
>
Code of Conduct
@@ -23,7 +23,7 @@ export const Footer = () => {
href="https://minaprotocol.com/privacy"
target="_blank"
rel="noopener noreferrer"
- className="text-gray-400 text-sm hover:text-white"
+ className="text-gray-500 text-sm dark:hover:text-white hover:text-gray-400"
>
Privacy Policy
@@ -31,7 +31,7 @@ export const Footer = () => {
href="https://minaprotocol.com/tos"
target="_blank"
rel="noopener noreferrer"
- className="text-gray-400 text-sm hover:text-white"
+ className="text-gray-500 text-sm dark:hover:text-white hover:text-gray-400"
>
Terms of Service
@@ -39,7 +39,7 @@ export const Footer = () => {
href="https://minaprotocol.com/impressum"
target="_blank"
rel="noopener noreferrer"
- className="text-gray-400 text-sm hover:text-white"
+ className="text-gray-500 text-sm dark:hover:text-white hover:text-gray-400"
>
Impressum
@@ -47,7 +47,7 @@ export const Footer = () => {
{/* Built by Granola */}
-