style: add tbody row background color variable for improved theme consistency

This commit is contained in:
Zack Spear
2025-04-01 13:03:16 -07:00
parent 269c4e05f3
commit 78e7c6f5b5

View File

@@ -101,6 +101,7 @@
--dynamix-tablesorter-thead-th-text-color: var(--theme-azure--cyan-400);
--dynamix-tablesorter-thead-th-bg-color: var(--gray-150); /* Originally #e4e2e4 */
--dynamix-tablesorter-tbody-row-bg-color: var(--mild-background-color);
--dynamix-tablesorter-tbody-row-alt-bg-color: var(--mild-background-color);
--dynamix-tablesorter-tbody-row-border-color: var(--theme-azure--gray-150);