feat: change color of reply message text and remove bottom margin
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-07-11 04:10:16 +02:00
parent c06c732afb
commit 51d8909a51
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
2 changed files with 3 additions and 2 deletions

View file

@ -77,10 +77,11 @@ function scrollToReply(e: MouseEvent) {
}
#reply-text {
color: var(--secondary-text-color);
color: rgb(150, 150, 150);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
}