From d19849bcd13af61fe1e19d561e59f9f1e28ba2ab Mon Sep 17 00:00:00 2001 From: ElectricalBoy <15651807+ElectricalBoy@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:02:49 +0900 Subject: [PATCH] fix scss --- stylesheets/commons/BigMatch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/commons/BigMatch.scss b/stylesheets/commons/BigMatch.scss index b06e289120c..9193b2cd5c2 100644 --- a/stylesheets/commons/BigMatch.scss +++ b/stylesheets/commons/BigMatch.scss @@ -1168,7 +1168,7 @@ span.slash { border-color: var( --clr-secondary-25 ); } - @at-root html h4#{&}-title { + &-title { font-weight: bold; text-transform: uppercase; color: var( --clr-on-background ) !important;