Fix background style
This commit is contained in:
parent
5e7fac563f
commit
51746c24b1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ reach-portal {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
outline: none;
|
outline: none;
|
||||||
// background-color: var(--color-header-background) !important;
|
// background-color: var(--color-header-background) !important;
|
||||||
background-color: rgba(var(--color-header-button-base), 0.5) !important;
|
background-color: rgba(var(--color-header-button-base), 0.9) !important;
|
||||||
border: 2px solid var(--color-header-background) !important;
|
border: 2px solid var(--color-header-background) !important;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
-webkit-backdrop-filter: blur(4px) !important;
|
-webkit-backdrop-filter: blur(4px) !important;
|
||||||
|
|
Loading…
Reference in a new issue