From aeb7915d28251c09410ac04638b378aff8dd8f42 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 29 Aug 2024 22:08:35 -0500 Subject: [PATCH] fix CSS bug from recent commit --- webpage/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 66902dd..0657c31 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1297,9 +1297,8 @@ span { font-weight:900; font-size:.25in; border-bottom: solid .03in var(--message-bg-hover); - background: var(--primary-bg); padding: .06in .2in; - background: var(--server-bg); + background: var(--channel-name-bg); box-sizing: border-box; } .exitsettings{