[tor-bugs] #30222 [Applications/Tor Browser]: cant change white background on about:newtab

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Apr 17 19:28:47 UTC 2019


#30222: cant change white background on about:newtab
------------------------------+------------------------------------------
 Reporter:  kingfitz          |          Owner:  tbb-team
     Type:  enhancement       |         Status:  new
 Priority:  Medium            |      Component:  Applications/Tor Browser
  Version:  Tor: unspecified  |       Severity:  Normal
 Keywords:                    |  Actual Points:
Parent ID:                    |         Points:
 Reviewer:                    |        Sponsor:
------------------------------+------------------------------------------
 Cant change white background on about:newtab.  I can do this in firefox,
 but not tor browser.  I really just want the newtab page to be dark, not
 bright white. Somehow about:blank shows proper black background but not
 about:newtab.  I have dark theme selected in addons, and latest version
 torbrowser 8.0.8. Ive tried putting css styles into the chrome folder at
 root profile directory in win 10 x64:

 Programs/TorBrowser/Browser/TorBrowser/Data/Browser/profile.default/chrome

 userChrome.css or userContent.css

 @-moz-document url("about:newtab") {
     html, body {
         background: black ;
     }
 }

 @-moz-document url("about:blank") {
     html, body {
         background: black ;
     }
 }


 How can I change the background of newtab?  Ive tried all kinds of
 variations, with and without quotes, background-color: #000000  etc cannot
 change it.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30222>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list