mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-26 12:38:13 +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 {
|
.mention {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
&.file,
|
||||||
|
&[data-denotation-char="~"] {
|
||||||
|
color: #0027a1 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -587,8 +587,9 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.file {
|
&.file,
|
||||||
cursor: pointer;
|
&[data-denotation-char="~"] {
|
||||||
|
color: #436FF6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.me {
|
&.me {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user