diff --git a/index.html b/index.html index 4b90b47..5caa035 100644 --- a/index.html +++ b/index.html @@ -59,14 +59,14 @@ top: 20px; width: 60px; height: 34px; - background: #cccccc; /* Light gray toggle switch */ + background: #888888; /* Darker toggle switch in dark mode */ border-radius: 34px; cursor: pointer; transition: background 0.3s ease; box-shadow: 0 0 5px rgba(0,0,0,0.3); } body.dark-mode .toggle-switch { - background: #888888; /* Darker toggle switch in dark mode */ + background: #cccccc; /* Light gray toggle switch */ } .toggle-switch input { display: none;