From b47314e48220e0da5ee7acc8447f55f7a869eabd Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 24 Dec 2024 09:16:52 -0800 Subject: [PATCH] Fix: Updated progress bars in Continue Watching section on the home screen They were too faded and transluscent in my original design --- Theme/ElegantFin-theme-nightly.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 4d3b195..ced2ecc 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -387,15 +387,17 @@ html { } .itemProgressBar { + backdrop-filter: blur(.1em); background-color: rgb(123 123 123 / 30%) !important; - height: .2em; + height: .3em; + box-shadow: 0px 0px 0.01em .01em black; overflow: hidden; border-radius: var(--largeRadius); } .itemProgressBarForeground { border-radius: var(--largeRadius); - background-color: var(--activeColor); + background-color: var(--dimTextColor); } .selectLabel {