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