background-image grayscale amount

This commit is contained in:
ManjaroOne666 2019-01-27 15:58:32 +00:00
parent cc9677da77
commit 52dab36002
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ export default {
.background-image { .background-image {
// opacity: .3; // opacity: .3;
background-size: cover; background-size: cover;
filter: grayscale(.7); filter: grayscale(.2);
width: 75%; width: 75%;
} }