colors for jhoin/leave

This commit is contained in:
biglyderv 2025-02-09 19:23:40 -05:00
parent e55bed4fc9
commit 267282aa81
Signed by: biglyderv
GPG key ID: 1398543B9746192C
2 changed files with 14 additions and 2 deletions

View file

@ -13,6 +13,14 @@
font-family: var(--font) !important;
}
.comment.joiner {
background: rgb(78,180,78);
}
.comment.leaver {
background: rgb(180,78,78);
}
.img {
max-width: 500px;
max-height: 500px;