We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8193b13 commit cc13a1dCopy full SHA for cc13a1d
src/assets/css/slider.css
@@ -20,9 +20,9 @@
20
border-radius: calc(var(--switch-h) / 2);
21
background-size: auto 8em;
22
background-position: bottom;
23
- background-color: rgb(236, 236, 236);
+ background-color: #6482ff;
24
transition: var(--switch-transition-duration);
25
- border: .125em solid hsl(207, 30%, 95%);
+ border: .125em solid hsl(216, 5%, 79%);
26
overflow: hidden;
27
28
cursor: pointer;
0 commit comments