feat: change color of reply message text and remove bottom margin
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
c06c732afb
commit
51d8909a51
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue