From 8fe0f062866aa77e6e5d7de5cee53bc0bfbfbef1 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 28 Apr 2024 01:30:57 +0800 Subject: [PATCH] fix: selection background and color don't change on certain pages --- src/styles/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index f14079e9..b29513df 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -31,8 +31,8 @@ html.bewly-design > ::-webkit-scrollbar-track { } ::selection { - background: var(--bew-fill-3); - color: revert; + background: var(--bew-fill-3) !important; + color: revert !important; } html.bewly-design,