diff --git a/app.vue b/app.vue index 6d08732..0217b7e 100644 --- a/app.vue +++ b/app.vue @@ -91,6 +91,6 @@ body { html.theme-changing * { /* Stroke and fill aren't animatable */ - transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease; + transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease !important; }