The issue is that when in dark mode when you scroll down and have a list long enough to require scrolling it causes the area that isn't normally rendered to be white(the background. So the text is left white as well.)
The issue comes from line 6 in master.css "background: #fff;"
So remove that and you are all set.
edit: To reporduce this without having to add more you just have to zoom in(PC browser with Control+NumpadAdd/Scroll), change the size of the browser window to require scrolling with dark mode enabled.(in my case I get the affect at fullscreen at 500% zoomed in with at least 2 on the watchlist)
The issue is that when in dark mode when you scroll down and have a list long enough to require scrolling it causes the area that isn't normally rendered to be white(the background. So the text is left white as well.)
The issue comes from line 6 in master.css "background: #fff;"
So remove that and you are all set.
edit: To reporduce this without having to add more you just have to zoom in(PC browser with Control+NumpadAdd/Scroll), change the size of the browser window to require scrolling with dark mode enabled.(in my case I get the affect at fullscreen at 500% zoomed in with at least 2 on the watchlist)