Fix background style

This commit is contained in:
Rafael 2022-05-04 11:38:21 -03:00 committed by Thomas Zarebczan
parent 5e7fac563f
commit 51746c24b1

View file

@ -37,7 +37,7 @@ reach-portal {
white-space: nowrap;
outline: none;
// 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-top: none;
-webkit-backdrop-filter: blur(4px) !important;