diff --git a/index.html b/index.html
index 58c64029..249370fc 100644
--- a/index.html
+++ b/index.html
@@ -245,9 +245,14 @@
We focus on quality content for the right people at the right time⏱. What
diff --git a/styles/styles.css b/styles/styles.css
index 7ed5e98d..1172f9b0 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -760,11 +760,16 @@ body.dark-mode .navbar-link:hover {
font-size: 0.875rem;
margin: 0;
}
+.footer-copyright a{
+ color: #000;
+}
-.footer-copyright:hover {
+.footer-copyright a:hover {
+ color: #007bff;
text-decoration: underline;
}
+
/* Dark mode styles */
body.dark-mode .footer-2 {
background: #333;