From 1e3fe3c30d8182b6a1815d3f07d0fcd9db8517c9 Mon Sep 17 00:00:00 2001 From: Aakruti Kalia Date: Wed, 12 Jun 2024 14:42:21 +0530 Subject: [PATCH] fix support and donate --- blog.html | 2 +- donate1.html | 2 +- light-dark-theme.js | 2 +- navbar.css | 6 +++--- volunteer.html | 13 ++++++++----- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/blog.html b/blog.html index f3b0791d..c71c91ca 100644 --- a/blog.html +++ b/blog.html @@ -182,7 +182,7 @@ -
+

- + diff --git a/light-dark-theme.js b/light-dark-theme.js index 55d9adea..676b663d 100644 --- a/light-dark-theme.js +++ b/light-dark-theme.js @@ -86,7 +86,7 @@ let elements = [ "bg-yellow-900" ), new Element(["bg_3"], "bg-blue-600", "bg-blue-200"), - new Element(["bg-blog"], "bg-white-200", "bg-amber-700"), + new Element(["bg-blog", "bg-donate"], "bg-white-200", "bg-amber-700"), new Element(["mission-1"], "mission-dark", "mission-light"), new Element(["mission-2"], "mission-dark", "mission-light"), new Element(["navbar-item"], "turn-red-hover", "turn-yellow-hover"), diff --git a/navbar.css b/navbar.css index 4a8979de..b2e88dd2 100644 --- a/navbar.css +++ b/navbar.css @@ -1,6 +1,6 @@ .bg-header-offwhite { --tw-bg-opacity: 0.5; - background-color: rgb(237 224 211); + background-color: #f9d6b7; } .text-custom-heading { @@ -14,11 +14,11 @@ transition: color .3s; } -#switch.light-theme { +#switch.dark-theme { color: rgb(255, 255, 255); } -#switch.dark-theme { +#switch.light-theme { color: rgb(62, 62, 62);; } diff --git a/volunteer.html b/volunteer.html index de890466..a58ffad6 100644 --- a/volunteer.html +++ b/volunteer.html @@ -30,13 +30,16 @@ @@ -132,9 +135,9 @@
-
+
-

+

Thanks for showing your support

@@ -196,7 +199,7 @@

- @@ -206,7 +209,7 @@

- + I've read and agree to the Terms and Conditions for volunteering this organisation.