Add a transition for the Switcher Button

This commit is contained in:
Sangelo 2023-07-12 11:17:21 +02:00
parent a7ee63cb36
commit dc37408a82

View file

@ -72,4 +72,8 @@
box-shadow: 0px 0px var(--main-color);
transform: translate(4px, 4px);
}
.switcher {
transition: all 0.05s;
}
</style>