Fixed flowchart markers

This commit is contained in:
squidfunk
2022-03-06 12:09:04 +01:00
parent 3ea15d7379
commit 485f993d91
5 changed files with 27 additions and 4 deletions

View File

@@ -98,6 +98,16 @@ marker {
font-family: var(--md-mermaid-font-family);
}
/* Flowchart markers */
#flowchart-circleStart,
#flowchart-circleEnd,
#flowchart-crossStart,
#flowchart-crossEnd,
#flowchart-pointStart,
#flowchart-pointEnd {
stroke: none;
}
/* ----------------------------------------------------------------------------
* Rules: class diagrams
* ------------------------------------------------------------------------- */