placeholder brightness changed to 1.2

This commit is contained in:
NikolaBorislavovHristov 2019-09-09 16:35:06 +03:00
parent e908f45567
commit 8e31747a0b

View file

@ -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;
}