Fix text color of some formatted elements in notifications

lolsob-rspec
Thibaut Girka 2019-05-12 19:11:08 +02:00 committed by ThibG
parent ac5e68e918
commit 6e625755a6
1 changed files with 1 additions and 1 deletions

View File

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