From cf6c9c9219c095e71b60dbccc88794e28176f994 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 19 Feb 2024 09:36:51 +0000 Subject: [PATCH] Update Dark Theme Bypass --- packages/thorin-core/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/thorin-core/src/style.css b/packages/thorin-core/src/style.css index b9377a4..21848b6 100644 --- a/packages/thorin-core/src/style.css +++ b/packages/thorin-core/src/style.css @@ -111,7 +111,7 @@ html { } @media (prefers-color-scheme: dark) { - html { + html:not(.no-system) { --thorin-blue-primary: #3889FF; --thorin-blue-active: #EEF5FF; --thorin-blue-dim: #D1E4FF;