浏览代码

Fix unreadable text color in report modal for some statuses (#9716)

Fix #9697
master
Eugen Rochko 5 年前
committed by GitHub
父节点
当前提交
92daf7cd37
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app/javascript/styles/mastodon/components.scss

+ 1
- 0
app/javascript/styles/mastodon/components.scss 查看文件

@@ -4055,6 +4055,7 @@ a.status-card.compact:hover {
color: $highlight-text-color;
}

.status__content,
.status__content p {
color: $inverted-text-color;
}


正在加载...
取消
保存