match the theme on the nav-bar and the headers

for consistency
This commit is contained in:
Onur Gümüş 2022-01-24 01:10:55 +03:00
parent 0bbf4ee4b3
commit 307697ac03

View file

@ -2493,8 +2493,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
position: sticky; position: sticky;
top: 0; top: 0;
left: 0; left: 0;
backdrop-filter: blur(16px) saturate(180%); backdrop-filter: blur(32px);
box-shadow: 0px 1px 0px rgba(185, 185, 185, 0.08); //box-shadow: 0px 1px 0px rgba(185, 185, 185, 0.08);
mix-blend-mode: hard-light; mix-blend-mode: hard-light;
.nav-item { .nav-item {
@ -2604,7 +2604,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
background: black; background: black;
padding: 0px 2em; padding: 0px 2em;
backdrop-filter: blur(32px); backdrop-filter: blur(32px);
background: rgba(24, 24, 24, 0.15); background: rgba(0, 0, 0, 0.25);
top: var(--navigationBarHeight); top: var(--navigationBarHeight);
} }
@ -2816,7 +2816,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
z-index: 6; z-index: 6;
padding: 0px 1em; padding: 0px 1em;
backdrop-filter: blur(32px); backdrop-filter: blur(32px);
background: rgba(24, 24, 24, 0.15); background: rgba(0, 0, 0, 0.25);
top: var(--navigationBarHeight); top: var(--navigationBarHeight);
transition: opacity 0.1s var(--appleEase); transition: opacity 0.1s var(--appleEase);
} }
@ -3062,7 +3062,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
z-index: 6; z-index: 6;
padding: 0px 1em; padding: 0px 1em;
backdrop-filter: blur(32px); backdrop-filter: blur(32px);
background: rgba(24, 24, 24, 0.15); background: rgba(0, 0, 0, 0.25);
top: var(--navigationBarHeight); top: var(--navigationBarHeight);
transition: opacity 0.1s var(--appleEase); transition: opacity 0.1s var(--appleEase);
} }