@-moz-document url("about:newtab") { body { background-color: #0E0115 !important; } } @-moz-document url(about:blank) { html,body { background: #0E0115 !important; } } /*fix dark text on dark inputbox*/ input:not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']):not([type='radio']), textarea, select { -moz-appearance: none !important; background-color: white; color: black; } #downloads-indicator-counter { color: white; }