fix header background blur in light theme
This commit is contained in:
+4
-1
@@ -463,7 +463,10 @@ button:visited, .button-primary:visited, .logo:visited {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
background: linear-gradient(180deg, var(--color-neutral-900) 15%, rgba(115, 115, 115, 0.00) 100%);
|
||||
background: light-dark(
|
||||
linear-gradient(180deg, var(--color-neutral-100) 15%, rgba(247,247,247,0) 100%),
|
||||
linear-gradient(180deg, var(--color-neutral-900) 15%, rgba(18,18,18,0) 100%)
|
||||
);
|
||||
backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user