From bef135fbd64496879c579aae936e15f51170016e Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 6 Apr 2024 16:01:32 -0700 Subject: [PATCH] Background color fix on DMs --- public/static/css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/static/css/chat.css b/public/static/css/chat.css index b3440fc..0fb25b2 100644 --- a/public/static/css/chat.css +++ b/public/static/css/chat.css @@ -29,10 +29,10 @@ img { /* DM title and bg color */ .has-background-private { - background-color: #b748c7; + background-color: #b748c7 !important; } .has-background-dm { - background-color: #fff9ff; + background-color: #fff9ff !important; } .has-background-at-mention { background-color: rgb(250, 250, 192);