From 3bad23b3f6ec9c703ecaf657002b135ff5cc9103 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 30 Jun 2023 20:04:28 -0700 Subject: [PATCH] Dark theme fix --- web/static/css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/css/chat.css b/web/static/css/chat.css index 2d40f46..3f8714c 100644 --- a/web/static/css/chat.css +++ b/web/static/css/chat.css @@ -285,6 +285,6 @@ div.feed.popped-out { bottom: 12px; } .emoji-button button { - background-color: rgba(255, 255, 255, 0.5) !important; - color: rgba(0, 0, 0, 0.5) !important; + background-color: rgba(255, 255, 255, 0.5); + color: rgba(0, 0, 0, 0.5); }