From dc996b199be17118c16f4a404592e063182e4ddc Mon Sep 17 00:00:00 2001 From: Shriharsh <147980267+Shriharsh-Deshmukh@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:32:01 +0530 Subject: [PATCH] Fix: add link to the repo on footer #1284 --- index.html | 11 ++++++++--- styles/styles.css | 7 ++++++- 2 files changed, 14 insertions(+), 4 deletions(-) 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;