Software versions
Browser extension, tested on Firefox.
Steps to reproduce
- Go to about:config and change
browser.display.foreground_color to white and browser.display.background_color to black
- Open the extension GUI by clicking the icon
Expected outcome
See some readable text, as either custom style, or with white background and black text.
Actual outcome
Saw white text against white background.
Debug log
Probably not needed for a quick CSS issue? color: black; should be a quick fix...
Software versions
Browser extension, tested on Firefox.
Steps to reproduce
browser.display.foreground_colortowhiteandbrowser.display.background_colortoblackExpected outcome
See some readable text, as either custom style, or with white background and black text.
Actual outcome
Saw white text against white background.
Debug log
Probably not needed for a quick CSS issue?
color: black;should be a quick fix...