Fix color of muted statuses content not wrapped in a p tag

remotes/1698178055505214576/signup-info-prompt
Thibaut Girka 2019-04-24 20:30:02 +02:00 committed by ThibG
parent e4b65e6349
commit b13c90f3e3
1 changed files with 2 additions and 1 deletions

View File

@ -647,7 +647,8 @@
.muted {
.status__content p,
.status__content a {
.status__content a,
.status__content_text {
color: $dark-text-color;
}