add missing "url"-token to @-moz-document

This commit is contained in:
MrOtherGuy 2021-09-07 06:18:52 +03:00
parent 7037462678
commit a02c978ebf

View file

@ -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 }
}