basic CSS knowledgeunderstanding of dark mode theming
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
85
調査方針
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.