fenix-fox/content/newtab_background_color.css

9 lines
382 B
CSS
Raw Normal View History

2018-12-06 20:38:02 +01:00
@namespace url("http://www.w3.org/1999/xhtml");
2018-10-21 17:44:14 +02:00
@-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 }
2018-10-21 17:44:14 +02:00
}