Skip to content

Commit

Permalink
Fixed text color for notes in diagrams in dark mode (#4518)
Browse files Browse the repository at this point in the history
fixes #4517
  • Loading branch information
2bndy5 committed Nov 3, 2022
1 parent 941d634 commit 96e2119
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -346,6 +346,11 @@ line {
stroke: none;
}

/* make statically colored note nodes use a statically color text */
.noteText > tspan {
fill: #000;
}

/* Sequence arrow head */
#arrowhead path {
fill: var(--md-mermaid-edge-color);
Expand Down

0 comments on commit 96e2119

Please sign in to comment.