Update apps/client/src/stylesheets/theme-light.css
Some checks are pending
Checks / main (push) Waiting to run

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Nate River 2025-12-17 11:25:41 +08:00 committed by GitHub
parent 641176011f
commit 35a109616c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,5 +101,5 @@ html {
}
span.fancytree-active {
color: var(--light-theme-custom-color);
color: var(--custom-color, var(--active-item-text-color));
}