From 307697ac03e325d578abca8ef24d4f6d1488bee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20G=C3=BCm=C3=BC=C5=9F?= <10urgumus@gmail.com> Date: Mon, 24 Jan 2022 01:10:55 +0300 Subject: [PATCH] match the theme on the nav-bar and the headers for consistency --- src/renderer/style.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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); }