@charset "utf-8"; /* CSS Document */ @-moz-document url("about:newtab") { body { background-color: #11111b !important;} } @-moz-document url(chrome://browser/content/browser.xhtml) { browser[type="content-primary"] {background: #11111b !important} } @-moz-document url() { html,body { background: #11111b;!important} } @-moz-document url(chrome://browser/content/browser.xul) { browser[type="content-primary"] {background: #11111b !important} } @-moz-document url("about:blank") { body { background-color: #11111b !important; } }