User Directory Feedback - dark theme colors

User directory needs a couple of tweaks for dark themes.

Note table numbers are unreadable and user count:

After a couple of tweaks (some specific to my theme):

Quick work-around for dark themes:

.directory table td .number,
.directory table td .time-read,
.directory table th .number,
.directory table th .time-read,
.directory .total-rows {
    color:white;
}
6 Likes

I’ve got a proper fix ready for dark themes so you don’t need the workaround:

https://github.com/discourse/discourse/commit/8041342267cc9d56e8e8a0c959f893b2c47505af

5 Likes