Okay, I have tried to make the changes in userContent.css, actually I have tried several things because most of the answers on the site assume that people making the ch… (xem thêm)
Okay, I have tried to make the changes in userContent.css, actually I have tried several things because most of the answers on the site assume that people making the changes are website designers or programmers. I have years of computer experience and been know to make some scripting changes, however, someone needs to really make a "For Dummies" option. That being said I tried saving the userContent.css file from the style inspector with the changes to the chrome directory and nothing I have done over the last 4 weeks of playing with this has worked.
Here is the change I am looking for, I want the dark background IN READER MODE to go from the dark grey to solid black and every page I read I have to open up the style editor and make the following change. I change the #333333 to #000000 as show below, however, I have found no way that works to making that change permanent.
Thanking you in advance for your patience and help with this issue.
*BTW, it would be really great to just have this in the preferences area to make a change* I am sure that I am not the only one.
body.dark {
color: #eeeeee;
background-color: #000000;
}