Skip to content

Commit cc13a1d

Browse files
authored
Fix: Adjust visibility of the light mode toggle #1398 (#1409)
1 parent 8193b13 commit cc13a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/slider.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
border-radius: calc(var(--switch-h) / 2);
2121
background-size: auto 8em;
2222
background-position: bottom;
23-
background-color: rgb(236, 236, 236);
23+
background-color: #6482ff;
2424
transition: var(--switch-transition-duration);
25-
border: .125em solid hsl(207, 30%, 95%);
25+
border: .125em solid hsl(216, 5%, 79%);
2626
overflow: hidden;
2727

2828
cursor: pointer;

0 commit comments

Comments
 (0)