From f0b738fa7a8539289511b1501bc2b94fca827298 Mon Sep 17 00:00:00 2001 From: Prem Kumar <60751338+prem-k-r@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:01:17 +0530 Subject: [PATCH 1/2] Improve favicon visibility with screen blend mode --- scripts/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/script.js b/scripts/script.js index 895c144b..00903d4d 100644 --- a/scripts/script.js +++ b/scripts/script.js @@ -2818,8 +2818,8 @@ document.addEventListener("DOMContentLoaded", function () { const ADAPTIVE_ICON_CSS = `.shortcutsContainer .shortcuts .shortcutLogoContainer img { height: calc(100% / sqrt(2)) !important; width: calc(100% / sqrt(2)) !important; - filter: grayscale(1) contrast(1.4); - mix-blend-mode: lighten; + filter: grayscale(1) contrast(1.5); + mix-blend-mode: screen; }`; From d351705ae94af2a4ce52c3826c006e040fcc565c Mon Sep 17 00:00:00 2001 From: Prem Kumar <60751338+prem-k-r@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:17:11 +0530 Subject: [PATCH 2/2] Update script.js removed constast --- scripts/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/script.js b/scripts/script.js index 00903d4d..245923a2 100644 --- a/scripts/script.js +++ b/scripts/script.js @@ -2818,7 +2818,7 @@ document.addEventListener("DOMContentLoaded", function () { const ADAPTIVE_ICON_CSS = `.shortcutsContainer .shortcuts .shortcutLogoContainer img { height: calc(100% / sqrt(2)) !important; width: calc(100% / sqrt(2)) !important; - filter: grayscale(1) contrast(1.5); + filter: grayscale(1); mix-blend-mode: screen; }`;