From 0a4103b222704549bd6080bfe6f1f65e1a505506 Mon Sep 17 00:00:00 2001 From: yyh Date: Sat, 2 May 2026 11:40:03 +0800 Subject: [PATCH] remove unused css --- web/app/styles/tailwind-core.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/app/styles/tailwind-core.css b/web/app/styles/tailwind-core.css index e469fcfac8..8e9cef084c 100644 --- a/web/app/styles/tailwind-core.css +++ b/web/app/styles/tailwind-core.css @@ -121,10 +121,6 @@ color-scheme: dark; } - html[data-changing-theme] * { - transition: none !important; - } - [class*='code-'] { @apply font-mono; }