fix: invert toggle logic and add styling
This commit is contained in:
@@ -133,11 +133,11 @@
|
||||
}
|
||||
|
||||
input:checked+.slider {
|
||||
background-color: #05254a;
|
||||
background-color: #64adac;
|
||||
}
|
||||
|
||||
input:focus+.slider {
|
||||
box-shadow: 0 0 1px #05254a;
|
||||
box-shadow: 0 0 1px #64adac;
|
||||
}
|
||||
|
||||
input:checked+.slider:before {
|
||||
|
||||
Reference in New Issue
Block a user