Skip to content

Text color not set #2853

@jplatte

Description

@jplatte

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions