From 01267425cdb409f4b58b07dcfed05a40aededd8d Mon Sep 17 00:00:00 2001 From: Anushka Chouhan Date: Sat, 26 Oct 2024 03:02:13 +0530 Subject: [PATCH 1/2] Update bookmark.html --- bookmarks.html | 24 +++++++++++++++++++++++- style.css | 7 +++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/bookmarks.html b/bookmarks.html index cdb1e4f5..ad70b00a 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -73,6 +73,9 @@

In the realm of mechan + +
+
@@ -129,7 +132,24 @@

WordWise

-

My Reading List

+ + +

My Reading List

@@ -290,5 +310,7 @@
+ + diff --git a/style.css b/style.css index efa59721..1723a21f 100644 --- a/style.css +++ b/style.css @@ -511,6 +511,13 @@ body.dark-mode footer .phone{ [data-theme="dark"] .form-container h2{ color: var(--light);/*form heading made light-colored in dark theme*/ } +body.dark-mode .bookmark-section { + background-color: #141414; /* Dark background for the bookmark section */ + color: #ffffff; /* Optional: Change text color to white for better contrast */ +} +body.dark-mode .bookmark-section h1{ + color: #ffffff; /* Optional: Change text color to white for better contrast */ +} #headings{ color: var(--dark); From 601d5fe6ea8df36ad5fbabaf4bc7fe7a0584a58e Mon Sep 17 00:00:00 2001 From: Anushka Chouhan Date: Sat, 26 Oct 2024 13:45:53 +0530 Subject: [PATCH 2/2] Update footer --- bookmarks.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bookmarks.html b/bookmarks.html index ad70b00a..343a4bab 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -73,7 +73,11 @@

In the realm of mechan - +