From fc2e6a3a6b568d5ae1004723ea54c123af7e9242 Mon Sep 17 00:00:00 2001 From: azahi Date: Sun, 17 Nov 2024 18:21:17 +0300 Subject: 2024-11-17 --- modules/firefox/userContent.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules/firefox/userContent.css') diff --git a/modules/firefox/userContent.css b/modules/firefox/userContent.css index 96bb529..72382db 100644 --- a/modules/firefox/userContent.css +++ b/modules/firefox/userContent.css @@ -1,16 +1,11 @@ @-moz-document media-document(all) { body { background-image: none !important; - background-color: var(--background) !important; + background-color: var(--background-color-box) !important; } } @-moz-document regexp("about:(blank|home|newtab|privatebrowsing|welcome)") { - html, - body { - background: var(--background) !important; - } - body { display: none !important; } -- cgit 1.4.1