Revert "Added transition to theme switch."

This reverts commit 5d467622f4.
This commit is contained in:
2020-04-02 03:19:45 +02:00
parent 5d467622f4
commit 0ad1a5e049
14 changed files with 44 additions and 39 deletions

View File

@@ -185,7 +185,6 @@ export default {
color: var(--primary);
box-shadow: 0 1px 0 var(--darken-hint);
font-size: 0;
transition: background var(--theme-transition);
}
.header-nav {
@@ -254,7 +253,6 @@ export default {
font-size: .9rem;
font-weight: bold;
cursor: pointer;
transition: color var(--theme-transition);
&.active {
color: var(--primary);