From 4afe8fc8803d58bbf051a5c414936c0d2d10edcf Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 29 Dec 2024 14:23:38 +0100 Subject: [PATCH] fix: :lipstick: Make theme change transition important --- app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }