From a5ca76befb545e1f5ac72e2a75b3b0be75b80276 Mon Sep 17 00:00:00 2001 From: thief Date: Thu, 7 Aug 2025 14:42:34 +0800 Subject: [PATCH] Fixes #23536 (#23542) --- web/app/styles/markdown.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/app/styles/markdown.scss b/web/app/styles/markdown.scss index bd9c7343f..005685f0e 100644 --- a/web/app/styles/markdown.scss +++ b/web/app/styles/markdown.scss @@ -1,5 +1,3 @@ -@use '../../themes/light'; -@use '../../themes/dark'; @use '../../themes/markdown-light'; @use '../../themes/markdown-dark';