In Firefox, if you change the color settings (under 'Content') to have light text on a dark background per default (for html pages without CSS), this breaks Etherpad Lite because it sets the background color to white, but doesn't set a text color.
Possible fix:
#innerdocbody {
color: #333;
}
In Firefox, if you change the color settings (under 'Content') to have light text on a dark background per default (for html pages without CSS), this breaks Etherpad Lite because it sets the background color to white, but doesn't set a text color.
Possible fix: