ソースを参照

Fix muted text color not applying to all text (#11996)

Pleroma generates polls without p tag
master^2
trwnh 4年前
committed by Eugen Rochko
コミット
d51201a75a
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss ファイルの表示

@@ -1529,6 +1529,7 @@ a.account__display-name {
}

.muted {
.status__content,
.status__content p,
.status__content a {
color: $dark-text-color;


読み込み中…
キャンセル
保存