Unthemed default text
Been finding the blogs sections to have the default inline dark text left over which then blends in obviously to the new dark background, making it pretty tough to read.
Only have a second but left this open and wanted to post quick before I forget.
Example URL:
https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/
Screenshot using latest version:
http://i.imgur.com/KWLA0Di.png
The elements inline CSS:
http://i.imgur.com/4s6qGmg.png
EDIT: Accidentally clicked without adding the fix which is (easiest way) add this line for a global inheritable fallback to protect better against any more future inline text color changes like they are doing:
"span,",
Just before this line (line 71 of the converted userscript.js):
"#profile-body span,",
Comments
Also I would be fixing a mistake made by the author of the blog post, who used custom colors for his post.
I'm open for discussion.
If you look at this one I tried to show in devtools too they directly are tacking it onto span inline:
http://i.imgur.com/sivUgzg.png
At this URL in above screenshot if you want to look for yourself:
https://answers.microsoft.com/en-us/onedrive/forum/odwork-odedit/onedrive-sync-icons-not-displayed-in-windows/8f050b16-bc42-4220-a3b1-21ad7e7252fe?page=2
I'll think on it to. Not sure what the easiest fix would be but it might wind up having to be some mid neutral color then that can play nice on both sides - which still is really a sucky solution.
I've made a workaround, try the new version and select "Force white text" option! :)