You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
382 B
CSS

@namespace url("http://www.w3.org/1999/xhtml");
6 years ago
@-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"){
.search-handoff-button{ background-color: rgba(100,100,100,0.1) !important; }
.fake-textbox{ color: rgb(200,200,200) !important }
6 years ago
}