style(themes): add and use --reply-text-color
This commit is contained in:
parent
6752b44e95
commit
f226ba2364
6 changed files with 6 additions and 1 deletions
|
@ -77,7 +77,7 @@ function scrollToReply(e: MouseEvent) {
|
|||
}
|
||||
|
||||
#reply-text {
|
||||
color: rgb(150, 150, 150);
|
||||
color: var(--reply-text-color);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue