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)); }