Skip to content

Commit b8bb443

Browse files
committed
Remove logo brightness filter — logo is white bg with black text
1 parent 7c1058a commit b8bb443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
display: flex; align-items: center; gap: 10px;
107107
text-decoration: none; flex-shrink: 0;
108108
}
109-
.nav-logo img { height: 32px; width: auto; filter: brightness(0); }
109+
.nav-logo img { height: 32px; width: auto; }
110110
.nav-wordmark {
111111
font-family: var(--fh); font-size: 1.05rem; font-weight: 700;
112112
color: var(--wz-black); letter-spacing: -.025em;

0 commit comments

Comments
 (0)