chore: better transition to dark mode toggle

This commit is contained in:
jeffreytse 2020-12-09 09:53:43 +08:00
parent b43b6bd748
commit 0cd573d183

View file

@ -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;