Fix: Updated progress bars in Continue Watching section on the home screen

They were too faded and transluscent in my original design
This commit is contained in:
lscambo13
2024-12-24 09:16:52 -08:00
parent 44b04a5392
commit b47314e482

View File

@@ -387,15 +387,17 @@ html {
} }
.itemProgressBar { .itemProgressBar {
backdrop-filter: blur(.1em);
background-color: rgb(123 123 123 / 30%) !important; background-color: rgb(123 123 123 / 30%) !important;
height: .2em; height: .3em;
box-shadow: 0px 0px 0.01em .01em black;
overflow: hidden; overflow: hidden;
border-radius: var(--largeRadius); border-radius: var(--largeRadius);
} }
.itemProgressBarForeground { .itemProgressBarForeground {
border-radius: var(--largeRadius); border-radius: var(--largeRadius);
background-color: var(--activeColor); background-color: var(--dimTextColor);
} }
.selectLabel { .selectLabel {