From 1d1df2164a0baff180e61754dd40c09d713c6cc4 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sat, 31 Aug 2024 10:51:14 +0200 Subject: [PATCH] IMP: small opacity tweak --- user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.css b/user.css index b733f9c..3f7ae13 100644 --- a/user.css +++ b/user.css @@ -127,7 +127,7 @@ img.main-devicePicker-nowPlayingActiveIcon, pointer-events: none; backface-visibility: hidden; transition: background-image linear 0.35s; - opacity: calc(var(--is_light) * 0.07 + 0.1); + opacity: calc(var(--is_light) * 0.05 + 0.12); z-index: 2; width: 150%; border-radius: 40%;