mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed text color for notes in diagrams in dark mode (#4518)
fixes #4517
This commit is contained in:
@@ -346,6 +346,11 @@ line {
|
|||||||
stroke: none;
|
stroke: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* make statically colored note nodes use a statically color text */
|
||||||
|
.noteText > tspan {
|
||||||
|
fill: #000;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sequence arrow head */
|
/* Sequence arrow head */
|
||||||
#arrowhead path {
|
#arrowhead path {
|
||||||
fill: var(--md-mermaid-edge-color);
|
fill: var(--md-mermaid-edge-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user