Fix search dropdown text color in dark mode

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 18:01:36 -05:00
parent aeafa0a940
commit a7faccb90d
+4
View File
@@ -384,6 +384,10 @@
border-color: #444;
}
[data-theme="dark"] .search-dropdown button {
color: #e0e0e0;
}
[data-theme="dark"] .search-dropdown button:hover,
[data-theme="dark"] .search-dropdown button.active {
background: #333;