I'm using Stylish addon for Firefox with a default dark css. I also have changed the default Window colors in Windows registry. This has changed the about:blank page's color to a dark one. But when I open a link on a new tab, before the page loads, Firefox is showing a blank page with white background. I wonder how can I change this white color to a different one.
Asked
Active
Viewed 588 times
0
Alireza Noori
- 1,209
1 Answers
0
Create a folder named "Chrome" in this location: C:\Users\[user]\AppData\Roaming\Mozilla\Firefox\Profiles\[profile]\chrome
and created an empty userChrome.css file with this line:
browser { background-color: #373739 !important; }
It worked fine for me.
Alireza Noori
- 1,209