From 3b1c8d56b28406dcbac12e6485b5a90d159d69d1 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 Mar 2024 16:03:30 -0500 Subject: [PATCH] [Glitch] Fix light theme header on mobile Port 90eb4a5d01f1f1e8a76e7dc814eae992a9c1ee16 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index e04288fc0b..7008b75ed0 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -3113,7 +3113,7 @@ $ui-header-logo-wordmark-width: 99px; .layout-single-column { .ui__header { display: flex; - background: var(--background-color-tint); + background: var(--background-color); border-bottom: 1px solid var(--background-border-color); }