match the theme on the nav-bar and the headers
for consistency
This commit is contained in:
parent
0bbf4ee4b3
commit
307697ac03
1 changed files with 5 additions and 5 deletions
|
@ -2493,8 +2493,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
backdrop-filter: blur(16px) saturate(180%);
|
||||
box-shadow: 0px 1px 0px rgba(185, 185, 185, 0.08);
|
||||
backdrop-filter: blur(32px);
|
||||
//box-shadow: 0px 1px 0px rgba(185, 185, 185, 0.08);
|
||||
mix-blend-mode: hard-light;
|
||||
|
||||
.nav-item {
|
||||
|
@ -2604,7 +2604,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
background: black;
|
||||
padding: 0px 2em;
|
||||
backdrop-filter: blur(32px);
|
||||
background: rgba(24, 24, 24, 0.15);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
top: var(--navigationBarHeight);
|
||||
}
|
||||
|
||||
|
@ -2816,7 +2816,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
z-index: 6;
|
||||
padding: 0px 1em;
|
||||
backdrop-filter: blur(32px);
|
||||
background: rgba(24, 24, 24, 0.15);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
top: var(--navigationBarHeight);
|
||||
transition: opacity 0.1s var(--appleEase);
|
||||
}
|
||||
|
@ -3062,7 +3062,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
z-index: 6;
|
||||
padding: 0px 1em;
|
||||
backdrop-filter: blur(32px);
|
||||
background: rgba(24, 24, 24, 0.15);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
top: var(--navigationBarHeight);
|
||||
transition: opacity 0.1s var(--appleEase);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue