From c0d0e23746f12f472d194c787d26f9c3928bf70c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 25 Nov 2021 11:39:45 +0900 Subject: [PATCH] Fix: Library Contents - compatibility #236 --- userContent.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/userContent.css b/userContent.css index 0693b09..3d21273 100644 --- a/userContent.css +++ b/userContent.css @@ -1,4 +1,5 @@ -@namespace url(http://www.w3.org/1999/xhtml); +@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); @media (-moz-proton) { @-moz-document url("about:home"), url("about:newtab") { @@ -1318,7 +1319,7 @@ --organizer-pane-field-border-color: color-mix(in srgb, currentColor 41%, transparent); } - @media (prefers-color-scheme: dark) { + @media (-moz-toolbar-prefers-color-scheme: dark), (prefers-color-scheme: dark) { :root { --organizer-color: rgb(251, 251, 254); --organizer-deemphasized-color: rgb(191, 191, 201);