From 3b32d851a1f2acdfc03f3e0cadb263f436896dfa Mon Sep 17 00:00:00 2001 From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:58:28 +0200 Subject: [PATCH] Make the logo's backing translucent instead of solid white over the hero The logo has a transparent PNG background with a dark-gray wordmark, so it needs a light backing to stay readable over the dark hero photo - switched from solid white to a translucent frosted white (bg-white/50 + backdrop-blur) so it reads darker/toned-down while keeping contrast. Co-Authored-By: Claude Sonnet 5 --- hifi-src/src/components/Navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi-src/src/components/Navbar.jsx b/hifi-src/src/components/Navbar.jsx index b1d6015..6d88408 100644 --- a/hifi-src/src/components/Navbar.jsx +++ b/hifi-src/src/components/Navbar.jsx @@ -107,7 +107,7 @@ export default function Navbar() { - + HifiPlanet