feat: implement colours for all the other themes

This commit is contained in:
Twig 2025-08-05 04:12:26 +02:00
parent 7d267b436e
commit 4726a3376f
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
6 changed files with 30 additions and 6 deletions

View file

@ -274,7 +274,7 @@ function getDayDifference(date1: Date, date2: Date) {
}
.mentioned:hover {
background-color: var(--chat-important-hightlighted-background-color);
background-color: var(--chat-important-highlighted-background-color);
}
.message-reply-svg {