Hacker News new | ask | show | jobs
by aembleton 1673 days ago
If its the all white page on a new tab, you can add this to your userChrome.css

  @-moz-document url("about:newtab") {  
      body {
          background-color: #000000 !important;
      }
  }
1 comments

It isn't. about:blank is solid white for a single frame whenever I open it, then it turns dark gray.