mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-16 03:58:12 +00:00
调整聊天内容分享文件的颜色
This commit is contained in:
parent
20dd624c77
commit
82d4077e4d
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user