Fix light theme header on mobile (#29809)

This commit is contained in:
Michael Stanclift 2024-03-29 16:03:30 -05:00 committed by GitHub
parent 430da03160
commit 90eb4a5d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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