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

@@ -1,5 +1,6 @@
@import 'theme';
@import 'inputs';
@import 'states';
@import 'tooltip';
html,
@@ -27,7 +28,6 @@ body {
padding: 0;
margin: 0 0 1rem 0;
font-size: 1.5rem;
transition: color var(--theme-transition);
}
.icon.icon-href {