Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/affiliate-link-page/logo-cloud.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div
class="px-5 py-8 sm:px-10 sm:py-8 md:px-10 md:p-10 lg:px-8 lg:py-12 h-24 md:h-32 w-full flex items-center justify-stretch bg-theme-neutral-600 relative bg-gray-50"
>
<img alt={{company.name}} src={{company.image}} class="opacity-40 object-contain w-full h-full brightness-0" />
<img alt={{company.name}} src={{company.image}} class="object-contain w-full h-full grayscale opacity-40 brightness-150 contrast-50" />
</div>
{{/each}}
</div>
2 changes: 1 addition & 1 deletion app/components/pay-page/backer-card-list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="text-xs text-gray-500 text-center">{{backer.title}}</div>
</div>
<div class="flex items-center justify-center">
<img src={{backer.companyLogoUrl}} alt={{backer.companyName}} class="h-6 brightness-0 opacity-20" />
<img src={{backer.companyLogoUrl}} alt={{backer.companyName}} class="h-6 grayscale opacity-40 brightness-150 contrast-50" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/components/testimonial-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>

{{#if @testimonial.authorCompanyLogo}}
<img src="{{@testimonial.authorCompanyLogo}}" alt="company" class="h-5 contrast-0 opacity-40" />
<img src="{{@testimonial.authorCompanyLogo}}" alt="company" class="h-5 grayscale opacity-40 brightness-150 contrast-50" />
{{/if}}
</div>
</div>
Loading