diff --git a/index.html b/index.html
index 4e0c5a6d..bc89778d 100644
--- a/index.html
+++ b/index.html
@@ -378,9 +378,55 @@
More
-
+
+ Toggle Theme
+
-
+
+
-
diff --git a/style.css b/style.css
index eb7d5eb1..6cd5b710 100644
--- a/style.css
+++ b/style.css
@@ -12,6 +12,9 @@
body {
background-color: black;
+ transition: background-color 0.3s, color 0.3s; /* Smooth transition */
+ background-color: white; /* Default light background */
+ color: black; /* Default light text color */
}
/*
.navbar {