From 5f517fd123cb8f9c0bc560e13c8f06bea7d5dac4 Mon Sep 17 00:00:00 2001 From: mrholek Date: Fri, 14 Feb 2025 13:27:16 +0100 Subject: [PATCH] chore: clean-up --- src/styles/examples.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/examples.scss b/src/styles/examples.scss index 7dfe7323..dbfe258f 100644 --- a/src/styles/examples.scss +++ b/src/styles/examples.scss @@ -109,6 +109,6 @@ @include color-mode(dark) { .example .tab-content { - background-color: var(--#{$prefix}secondary-bg) !important; + background-color: var(--#{$prefix}secondary-bg); } }