@YoSoyFreeman Ahh, yes, they're using pure white for the text. Usually you want to avoid pure #fff or #000. Here's my current Stylebot:

.status__content, .status__action-bar {
margin: 0;
}

.status__content {
margin-bottom: 1em;
width: initial;
}

.status__prepend, .status__display-name, .status__info span, .status__info time {
color: #8888c1;
}

.edit-indicator__content, .reply-indicator__content, .status__content {
color: #e7e7e7;
}