fix(home): remove white background from logo with mix-blend-mode

This commit is contained in:
jessy-david-dev
2026-04-10 16:53:56 +02:00
parent b72165e073
commit 4c0cd9334e
+1
View File
@@ -191,6 +191,7 @@ body {
height: auto; height: auto;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
mix-blend-mode: lighten;
} }
.home-subtitle { .home-subtitle {