From 0ff18cb1890ced343862a6b5a9445ee9f8aca87f Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sat, 28 Feb 2026 21:14:56 +0700 Subject: [PATCH] Update Chat Background Colors for Consistency & Contrast --- src/themes/chatstr/dark.css | 2 +- src/themes/vector/dark.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/chatstr/dark.css b/src/themes/chatstr/dark.css index 72f5c57d..f55c6ce0 100644 --- a/src/themes/chatstr/dark.css +++ b/src/themes/chatstr/dark.css @@ -40,7 +40,7 @@ } .chat-messages { - background-color: #040308; + background-color: #030303; border-top-color: rgba(167, 137, 204, 0.75); border-top-style: solid; border-top-width: 1px; diff --git a/src/themes/vector/dark.css b/src/themes/vector/dark.css index ce6175b6..67db174c 100644 --- a/src/themes/vector/dark.css +++ b/src/themes/vector/dark.css @@ -39,7 +39,7 @@ } .chat-messages { - background-color: #0a0a0a; + background-color: #030303; } .msg-me p {