Remove black box behind transparent logo PNG

This commit is contained in:
2026-07-24 10:38:02 -04:00
parent 3ccb44a729
commit 1ce004ffd5
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -29,9 +29,8 @@
width: 36px;
height: 36px;
object-fit: contain;
border-radius: 6px;
flex-shrink: 0;
background: #000;
background: transparent;
}
&__logo-text {
+1 -3
View File
@@ -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 {