second revision of updated mermaid styles

This commit is contained in:
ansuz 2021-12-07 14:59:53 +05:30
parent 11fc8158cc
commit d7a213767f

View file

@ -133,9 +133,15 @@
fill: @cp_markdown-block-fg; fill: @cp_markdown-block-fg;
} }
g.legend rect { g.legend rect {
stroke: black !important; stroke: @cryptpad_text_col !important;
stroke-width: 1px; stroke-width: 1px;
} }
.pieCircle {
stroke: @cryptpad_text_col;
}
text.slice {
fill: @cryptpad_text_col;
}
} }
&[mermaid-source^="erDiagram"] { &[mermaid-source^="erDiagram"] {
rect.er:not(.relationshipLabelBox) { rect.er:not(.relationshipLabelBox) {