Looks fine in light mode, text unreadable in dark mode.
Contributor guide
Tech stack
cssjavascript
Domain
frontend
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
basic CSS knowledgeunderstanding of dark mode theming
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
85
Research direction
The issue is about Mermaid diagrams being unreadable in dark mode. Look for the CSS file(s) that style Mermaid diagrams, likely in the repository's source code. Check if there are CSS variables for dark mode that need to be applied to Mermaid elements. The fix likely involves adding or adjusting CSS rules for dark mode. Consider using the browser's developer tools to inspect the diagram in dark mode and identify the specific styles that cause the text to be unreadable.