mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:53:43 -04:00
Fixed flowchart markers
This commit is contained in:
@@ -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
|
||||
* ------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user