[Glitch] Fix background tint in single column light theme

Port 430da03160 to glitch-soc

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

View File

@ -2891,7 +2891,7 @@ $ui-header-logo-wordmark-width: 99px;
}
.tabs-bar__wrapper {
background: var(--background-color-tint);
background: var(--background-color);
backdrop-filter: var(--background-filter);
position: sticky;
top: $ui-header-height;