Fix light theme header on mobile (#29809)
This commit is contained in:
parent
430da03160
commit
90eb4a5d01
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue