fix: update search input color for improved visibility

- Changed the color of the search input from var(--gray-100) to var(--text-color) for better contrast and visibility.
- This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
Zack Spear
2025-05-22 16:43:38 -07:00
parent f22bb266d5
commit 6d64983c6a

View File

@@ -358,7 +358,7 @@ table.t1.tablesorter tbody tr.normal-row {
background-color: var(--dynamix-tablesorter-tbody-row-bg-color);
}
input.t1.search {
color: var(--gray-100);
color: var(--text-color);
background-color: var(--dynamix-tablesorter-tbody-row-bg-color);
}
span.select ul {