mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix: color of the progress-bar changed & added drop-shadow
This commit is contained in:
parent
58816d773f
commit
28123a5b47
1 changed files with 2 additions and 1 deletions
|
|
@ -222,7 +222,7 @@
|
|||
.progress-bar {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background-color: var(--primary-foreground-color);
|
||||
background-color: var(--primary-accent-color);
|
||||
}
|
||||
|
||||
.progress-bar-background {
|
||||
|
|
@ -233,6 +233,7 @@
|
|||
height: 100%;
|
||||
background-color: var(--primary-foreground-color);
|
||||
opacity: 0.3;
|
||||
filter: drop-shadow(0px 3px 6px #000000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue