mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed text color for notes in diagrams in dark mode (#4518)
fixes #4517
This commit is contained in:
parent
941d634b78
commit
96e2119bfc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user