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

@ -204,7 +204,7 @@ function getDayDifference(date1: Date, date2: Date) {
*/
.mentioned {
background-color: var(--secondary-color);
background-color: rgba(90, 255, 200, 0.123);
}
</style>