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
docs: fix diagram and code visibility in light/dark modes
- Remove hardcoded Mermaid diagram colors for auto-theme adaptation
- Add dark mode inline code styling (light text on dark background)
Diagrams now render correctly in both light and dark modes. Inline code is readable regardless of theme.
style NI fill:#533483,stroke:#16213e,color:#e0e0e0
100
-
style bin fill:#e94560,stroke:#16213e,color:#e0e0e0
101
95
```
102
96
103
97
All of this happens transparently — no manual steps required. The result is that **most applications compile and run as native images without any manual reflection configuration**.
0 commit comments