We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcba764 commit 9a1d489Copy full SHA for 9a1d489
_includes/landing-page/landing-customers.html
@@ -16,8 +16,7 @@
16
17
<style>
18
.customer-logo{
19
- filter: grayscale(1) brightness(1.5);
20
- opacity: 0.85;
+ filter: grayscale(1);
21
}
22
</style>
23
index.html
@@ -33,7 +33,7 @@
33
{% include landing-page/landing-demo.html %}
34
</div>
35
36
- <div class="hero-body customers" style="background-color: #3A4E55;">
+ <div class="hero-body customers" style="background-color: dodgerblue;">
37
{% include landing-page/landing-customers.html %}
38
39
0 commit comments