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); }