Skip to content

Commit

Permalink
fix(docs): improve text color for dark theme in mermaid diagrams (#3963)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Panteleev <[email protected]>
  • Loading branch information
oek1ng and Alexandr Panteleev authored Jan 23, 2025
1 parent 89f14f5 commit 51c97b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ html[data-theme="dark"] .mermaid svg {
background-color: white;
padding: 1em;
}

html[data-theme="dark"] .mermaid svg p {
color: black;
}

0 comments on commit 51c97b9

Please sign in to comment.