Added transition to theme switch.

This commit is contained in:
2020-04-02 03:11:00 +02:00
parent c39bfb234d
commit 5d467622f4
14 changed files with 39 additions and 44 deletions

View File

@@ -83,6 +83,7 @@ export default {
.empty {
color: var(--shadow-strong);
font-weight: bold;
transition: color var(--theme-transition);
}
@media(max-width: $breakpoint4) {