style(themes): add and use --reply-text-color

This commit is contained in:
SauceyRed 2025-07-12 17:52:34 +02:00
parent 6752b44e95
commit f226ba2364
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
6 changed files with 6 additions and 1 deletions

View file

@ -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;