From 332833e7403b0a3f123c4a2831125301ab8c7a77 Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:32:20 -0400 Subject: Use browser theme for loading on action popup (#1099) --- ext/css/action-popup.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ext/css') diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index db2e7f1e..4cf65076 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -532,3 +532,12 @@ select.profile-select { overflow-wrap: break-word; } } + +/* Dark mode before themes are applied + DO NOT use this for normal theming */ +@media (prefers-color-scheme: dark) { + body:not([data-loaded=true]) { + color: #cccccc; + background-color: #1e1e1e; + } +} -- cgit v1.2.3