From 1ce004ffd5142aa6c5c8a1b852831fffd0974407 Mon Sep 17 00:00:00 2001 From: jmartin Date: Fri, 24 Jul 2026 10:38:02 -0400 Subject: [PATCH] Remove black box behind transparent logo PNG --- client/src/components/Layout.scss | 3 +-- client/src/pages/HomePage.scss | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/client/src/components/Layout.scss b/client/src/components/Layout.scss index 1317e5b..52aaa63 100644 --- a/client/src/components/Layout.scss +++ b/client/src/components/Layout.scss @@ -29,9 +29,8 @@ width: 36px; height: 36px; object-fit: contain; - border-radius: 6px; flex-shrink: 0; - background: #000; + background: transparent; } &__logo-text { diff --git a/client/src/pages/HomePage.scss b/client/src/pages/HomePage.scss index 7f38d06..0ee64ba 100644 --- a/client/src/pages/HomePage.scss +++ b/client/src/pages/HomePage.scss @@ -16,10 +16,8 @@ width: clamp(160px, 28vw, 220px); height: clamp(160px, 28vw, 220px); object-fit: contain; - border-radius: 20px; - background: #000; margin-bottom: 1.5rem; - box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5); + background: transparent; } &__sub {