fix: make search results count visible in dark mode

This commit is contained in:
2026-07-25 18:09:07 +04:00
parent acd3a44c55
commit 33646f8d19
2 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
.search-results-count {
margin-bottom: 20px;
color: #666;
color: var(--text-secondary);
font-size: 14px;
}