From 78e7c6f5b51d919cf335bc5857be3a721e09523c Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 1 Apr 2025 13:03:16 -0700 Subject: [PATCH] style: add tbody row background color variable for improved theme consistency --- emhttp/plugins/dynamix/styles/themes/azure.css | 1 + 1 file changed, 1 insertion(+) 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);