diff --git a/bookmarks.html b/bookmarks.html index cdb1e4f5..343a4bab 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -73,6 +73,13 @@

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

WordWise

-

My Reading List

+ + +

My Reading List

@@ -290,5 +314,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);