chore: better transition to dark mode toggle
This commit is contained in:
parent
b43b6bd748
commit
0cd573d183
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
margin-top: 10px;
|
||||
margin-right: 60px;
|
||||
margin-left: auto;
|
||||
transition: 0.1s all ease-in-out;
|
||||
transition: .3s cubic-bezier(.4,.03,0,1);
|
||||
|
||||
label, .toggle {
|
||||
border-radius: 100px;
|
||||
|
|
Loading…
Reference in a new issue