fix: remove dark bg from logo PNG (Pillow alpha), drop mix-blend-mode

This commit is contained in:
Vadym Samoilenko 2026-05-23 21:32:56 +01:00
parent 2d6c715c5b
commit 37f3cf1704
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 KiB

After

Width:  |  Height:  |  Size: 723 KiB

View file

@ -155,8 +155,7 @@ export default function Hero() {
<img
src={`${import.meta.env.BASE_URL}cohorta-logo.png`}
alt="Cohorta"
className="h-14 md:h-20 w-auto"
style={{ mixBlendMode: 'screen' }}
className="h-12 md:h-16 w-auto"
draggable={false}
/>
</div>