mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user