mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-13 16:22:14 +00:00
placeholder brightness changed to 1.2
This commit is contained in:
parent
e908f45567
commit
8e31747a0b
1 changed files with 2 additions and 5 deletions
|
|
@ -4,18 +4,15 @@
|
|||
}
|
||||
|
||||
to {
|
||||
filter: brightness(1.4);
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
}
|
||||
|
||||
.placeholder-container {
|
||||
--color-placeholderbackground: var(--color-surfacedarker80);
|
||||
--color-placeholdersurface: var(--color-surfacedark20);
|
||||
|
||||
animation-name: placeholderAnimation;
|
||||
animation-duration: 500ms;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
animation-fill-mode: none;
|
||||
animation-fill-mode: both;
|
||||
animation-timing-function: ease-out;
|
||||
}
|
||||
Loading…
Reference in a new issue