From 914eb1227d11d6c7cd9d63aa002a9ff0cdf618ea Mon Sep 17 00:00:00 2001 From: Julien <182520+JulienMaille@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:08:39 +0200 Subject: [PATCH] 4.7 --- default-dynamic.js | 2 +- user.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/default-dynamic.js b/default-dynamic.js index 5ce8c21..2c0e11b 100644 --- a/default-dynamic.js +++ b/default-dynamic.js @@ -1,4 +1,4 @@ -let current = "4.6"; +let current = "4.7"; function waitForElement(els, func, timeout = 100) { const queries = els.map((el) => document.querySelector(el)); diff --git a/user.css b/user.css index 88c7680..1a788f0 100644 --- a/user.css +++ b/user.css @@ -378,6 +378,11 @@ option { --background-elevated-base: var(--spice-text) !important; } +/* Playlist filter pills */ +.ChipInnerComponent-selected-secondary { + background: var(--essential-subdued) !important; +} + /* optional mode with emphasized background */ @container style(--spice-contrast: #010101) { #main::before,