[Glitch] Fix light theme header on mobile

Port 90eb4a5d01 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2699/head
Michael Stanclift 2024-03-29 16:03:30 -05:00 committed by Claire
parent 1783820acd
commit 3b1c8d56b2
1 changed files with 1 additions and 1 deletions

View File

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