Skip to content

Commit

Permalink
override noteText color with mermaid default
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 20, 2022
1 parent 922fde0 commit 36eef3a
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 36eef3a

Please sign in to comment.