compromize on styles for entity relationship and pie diagrams for better readability in dark mode

pull/1/head
ansuz 3 years ago
parent f870b87214
commit 11fc8158cc

@ -132,6 +132,18 @@
g.legend text, text.pieTitleText {
fill: @cp_markdown-block-fg;
}
g.legend rect {
stroke: black !important;
stroke-width: 1px;
}
}
&[mermaid-source^="erDiagram"] {
rect.er:not(.relationshipLabelBox) {
fill: #ECECFF;
}
g text.er {
fill: #333;
}
}
}
pre.markmap {

Loading…
Cancel
Save