From fdba490d98d86f9f053c8996e6b4898d0e34e064 Mon Sep 17 00:00:00 2001 From: Riya Chauhan <96919050+Riyachauhan11@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:20:57 +0530 Subject: [PATCH 1/4] added dark mode features to about us page cards --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8890a47c..80afcc3f 100644 --- a/style.css +++ b/style.css @@ -473,10 +473,14 @@ nav ul li.login:hover { .dark-mode h2 { color: #ccc; } +.dark-mode .feature { + background-color: rgba(22, 18, 18, 0.908); +} .dark-mode .feature p { - color: #000; /* Set paragraph color to black */ + color: aliceblue; /* Set paragraph color to black */ } + .col-1 h3 { font-size: 30px; color: var(--text-color); From 01dbf506e49dee4c2638521d76b470ae4163e499 Mon Sep 17 00:00:00 2001 From: Riya Chauhan <96919050+Riyachauhan11@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:26:43 +0530 Subject: [PATCH 2/4] added dark mode toggle and corrected links of footer --- aboutus.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/aboutus.html b/aboutus.html index 5df6d90d..4747be5f 100644 --- a/aboutus.html +++ b/aboutus.html @@ -133,12 +133,24 @@