diff --git a/src/renderer/style.less b/src/renderer/style.less index 51a80f93..61e6dbae 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -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); }