newtab_background_color.css 606 B

12345678910111213
  1. /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/newtab_background_color.css made available under Mozilla Public License v. 2.0
  2. See the above repository for updates as well as full license text. */
  3. @namespace url("http://www.w3.org/1999/xhtml");
  4. @-moz-document url("about:home"),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){
  5. body{background-color: rgb(12, 12, 13);}
  6. }
  7. @-moz-document("about:privatebrowsing"){
  8. .search-handoff-button{ background-color: rgba(100,100,100,0.1) !important; }
  9. .fake-textbox{ color: rgb(200,200,200) !important }
  10. }