Skip to content

Commit ecbd84d

Browse files
jmitchel3claude
andcommitted
Keep brand logos white on hover in dark mode
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 19a21f5 commit ecbd84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const brands = [
164164
}
165165

166166
:global(.dark) .brand-logo:hover {
167-
filter: grayscale(0%) invert(0);
167+
filter: grayscale(100%) invert(1);
168168
opacity: 1;
169169
}
170170

0 commit comments

Comments
 (0)