调整聊天内容分享文件的颜色
This commit is contained in:
4
resources/assets/sass/dark.scss
vendored
4
resources/assets/sass/dark.scss
vendored
@@ -198,6 +198,10 @@ body.dark-mode-reverse {
|
||||
}
|
||||
.mention {
|
||||
color: #000000;
|
||||
&.file,
|
||||
&[data-denotation-char="~"] {
|
||||
color: #0027a1 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -587,8 +587,9 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.file {
|
||||
cursor: pointer;
|
||||
&.file,
|
||||
&[data-denotation-char="~"] {
|
||||
color: #436FF6 !important;
|
||||
}
|
||||
|
||||
&.me {
|
||||
|
||||
Reference in New Issue
Block a user