From a02c978ebfb5f45d58bd3aeb6720812c80a95725 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 7 Sep 2021 06:18:52 +0300 Subject: [PATCH] add missing "url"-token to @-moz-document --- content/newtab_background_color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/newtab_background_color.css b/content/newtab_background_color.css index 54e65d2..18a1554 100644 --- a/content/newtab_background_color.css +++ b/content/newtab_background_color.css @@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */ @-moz-document url("about:home"),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){ body{background-color: rgb(46,54,69) !important;} } -@-moz-document("about:privatebrowsing"){ +@-moz-document url("about:privatebrowsing"){ .search-handoff-button{ background-color: rgba(100,100,100,0.1) !important; } .fake-textbox{ color: rgb(200,200,200) !important } } \ No newline at end of file