From 35a109616cabe9a4ac0c92a97eb0373b12c1931f Mon Sep 17 00:00:00 2001 From: Nate River <6752679+Nriver@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:25:41 +0800 Subject: [PATCH] Update apps/client/src/stylesheets/theme-light.css Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- apps/client/src/stylesheets/theme-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-light.css b/apps/client/src/stylesheets/theme-light.css index c5c508f7c..97bb386fa 100644 --- a/apps/client/src/stylesheets/theme-light.css +++ b/apps/client/src/stylesheets/theme-light.css @@ -101,5 +101,5 @@ html { } span.fancytree-active { - color: var(--light-theme-custom-color); + color: var(--custom-color, var(--active-item-text-color)); }