From f1223635e23c16341e0434741772c8923d197a3c Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:47:31 -0400 Subject: Remove flashbangs on page transition (#1101) --- ext/css/settings.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/css') diff --git a/ext/css/settings.css b/ext/css/settings.css index 1b7255c3..7a94595f 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -2655,3 +2655,11 @@ input[type=number].dictionary-priority { width: 36px; } } + +/* Dark mode before themes are applied + DO NOT use this for normal theming */ +@media (prefers-color-scheme: dark) { + :root:not([data-loaded=true]) { + background-color: #1e1e1e; + } +} -- cgit v1.2.3