From b604524c2f6354674a56963208a0efc1fdb5e4d7 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 May 2025 09:30:34 -0400 Subject: [PATCH] Explicitly set background color according to state of `prefers-color-scheme` Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3631 --- src/css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/dashboard.css b/src/css/dashboard.css index 20b35e57c..cc38559c9 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -1,4 +1,5 @@ html, body { + background-color: var(--surface-0); display: flex; flex-direction: column; height: 100vh;