From 996cec97f604850b8af4e1a0bc93b33c7cbc1a1b Mon Sep 17 00:00:00 2001 From: Kajal Mehta Date: Sun, 13 Oct 2024 14:57:27 +0530 Subject: [PATCH 1/2] color changed I have successfully changed the color of the links. Issue resolved: #170 --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index a3e3122..1212078 100644 --- a/styles.css +++ b/styles.css @@ -367,6 +367,9 @@ body.dark-mode .calendar-day:hover { position: relative; display: inline-block; } +.navbar ul a { + color: yellow; +} .nav-links a { text-decoration: none; From 735bd029f59810722b6e38a8d5fc8f9b304770d7 Mon Sep 17 00:00:00 2001 From: Kajal Mehta Date: Sun, 13 Oct 2024 23:16:16 +0530 Subject: [PATCH 2/2] color changed Issue resolved: #189 --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 1212078..2a731b6 100644 --- a/styles.css +++ b/styles.css @@ -368,7 +368,7 @@ body.dark-mode .calendar-day:hover { display: inline-block; } .navbar ul a { - color: yellow; + color: white; } .nav-links a {