调整聊天内容分享文件的颜色

This commit is contained in:
kuaifan 2022-11-24 14:37:20 +08:00
parent 20dd624c77
commit 82d4077e4d
2 changed files with 7 additions and 2 deletions

View File

@ -198,6 +198,10 @@ body.dark-mode-reverse {
}
.mention {
color: #000000;
&.file,
&[data-denotation-char="~"] {
color: #0027a1 !important;
}
}
}
}

View File

@ -587,8 +587,9 @@
cursor: pointer;
}
&.file {
cursor: pointer;
&.file,
&[data-denotation-char="~"] {
color: #436FF6 !important;
}
&.me {