fenix-fox/content/newtab_background_color.css
2018-12-06 21:38:02 +02:00

5 lines
No EOL
202 B
CSS

@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document url("about:home"),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){
body{background-color: rgb(46,54,69) !important}
}