background-image grayscale amount
This commit is contained in:
parent
cc9677da77
commit
52dab36002
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue