Dark Theme: Dropdown text visibility

If this doesn’t make the cut for big enough issue, feel free to close with extreme prejudice. :slight_smile:

Dropdowns, e.g. while editing category permissions:

And on admin/badges are rather difficult to read. I’m currently using:

body input, body select {
    color: #000;
}

But since CSS customizations are stripped out of admin I tend to get the light grey on white a fair amount, and it might be good to have fixed in general.

3 Likes

That one is pretty bad. We can add that one to the list. cc @tgxworld

4 Likes

Fixed in

https://github.com/discourse/discourse/commit/9f264d24772331504679c590fb81a722e6c4b468

4 Likes