From 42f4e273eb18a8b0352153598524e591d7c121ea Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Wed, 22 Oct 2025 14:01:55 -0400 Subject: [PATCH] Fix: Unable to see radio boxes in tables on black --- emhttp/plugins/dynamix/styles/themes/black.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/styles/themes/black.css b/emhttp/plugins/dynamix/styles/themes/black.css index 17d57889f..096542aca 100644 --- a/emhttp/plugins/dynamix/styles/themes/black.css +++ b/emhttp/plugins/dynamix/styles/themes/black.css @@ -40,7 +40,7 @@ --small-shadow: 0 0 3px var(--gray-700); --hr-color: var(--gray-800); - --checkbox-color: var(--gray-800); + --checkbox-color: var(--gray-500); --checkbox-hover-color: var(--gray-600); --brand-orange: var(--orange-500);