From 0da98bfd963b88867c6922c44d5421e1b5004815 Mon Sep 17 00:00:00 2001 From: Laurent Dubertrand Date: Wed, 11 Mar 2026 00:44:36 +0100 Subject: [PATCH] quick cosmetic fix --- client/src/app/chat-page.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/chat-page.component.scss b/client/src/app/chat-page.component.scss index 5a2b5c5..3960d1a 100644 --- a/client/src/app/chat-page.component.scss +++ b/client/src/app/chat-page.component.scss @@ -169,8 +169,8 @@ } .peer-tile-unread { - border-color: rgba(222, 143, 170, 0.45); - background: rgba(255, 233, 240, 0.92); + border-color: #c62828; + box-shadow: inset 0 0 0 2px #c62828; } .peer-tile-row {