From 1a9fe95530467eb5add495607b6bf62cb225643f Mon Sep 17 00:00:00 2001 From: j Date: Sun, 2 Jun 2024 16:32:12 +0100 Subject: [PATCH] fix typo --- source/UI/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/UI/css/theme.css b/source/UI/css/theme.css index 9f359b5e..83ac746d 100644 --- a/source/UI/css/theme.css +++ b/source/UI/css/theme.css @@ -1189,9 +1189,9 @@ Scrollbars } @supports not selector(::-webkit-scrollbar) { - -body.$themeClass { - scrollbar-color: $bodyBorder $bodyBackground; - } + body.$themeClass { + scrollbar-color: $bodyBorder $bodyBackground; + } } /*