Skip to content

Commit

Permalink
improve look
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed Jan 11, 2025
1 parent 683a40b commit 2fac346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2fac346

Please sign in to comment.