diff --git a/emhttp/plugins/dynamix/styles/themes/azure.css b/emhttp/plugins/dynamix/styles/themes/azure.css index e6cb7e41a..76becf6aa 100644 --- a/emhttp/plugins/dynamix/styles/themes/azure.css +++ b/emhttp/plugins/dynamix/styles/themes/azure.css @@ -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);