You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(BlockedThreads): adapt SVG tree colors for dark mode
D3 SVG text defaults to fill:black and links had hardcoded #ccc/#333
strokes — both invisible in dark mode. Read isDark at render time to
set text fill and link stroke to appropriate light/dark values.
Re-draw trees when the theme changes via watch(isDark).
Assisted-by: GitHub Copilot (Claude Sonnet 4.5)
0 commit comments