feat: change color of reply background and add highlight color
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-07-11 04:12:29 +02:00
parent 51d8909a51
commit cd1f294600
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

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