style: Adjust navbar backdrop blur intensity and background color opacity.
This commit is contained in:
@@ -175,8 +175,8 @@
|
||||
gap: 0;
|
||||
padding: var(--space-lg);
|
||||
background-color: rgba(15, 20, 16, 0.95);
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
backdrop-filter: blur(12px);
|
||||
-webkit-backdrop-filter: blur(30px);
|
||||
backdrop-filter: blur(30px);
|
||||
border-bottom: 1px solid var(--md-sys-color-outline-variant);
|
||||
transform: translateY(-100%);
|
||||
opacity: 0;
|
||||
@@ -191,7 +191,7 @@
|
||||
}
|
||||
|
||||
.header.scrolled .navLinks {
|
||||
background-color: rgba(15, 20, 16, 0.85);
|
||||
background-color: rgba(15, 20, 16, 0.70);
|
||||
}
|
||||
|
||||
.navLink {
|
||||
|
||||
Reference in New Issue
Block a user