Add support for mermaid graphs
This commit is contained in:
parent
df3b911030
commit
07c8a13e2c
4 changed files with 193 additions and 142 deletions
26
static/mermaid.css
Normal file
26
static/mermaid.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
.mermaid {
|
||||
|
||||
.nodeLabel {
|
||||
color: #A9A9B3 !important;
|
||||
}
|
||||
|
||||
.edgePaths path {
|
||||
stroke: #A9A9B3 !important;
|
||||
}
|
||||
|
||||
.marker path {
|
||||
stroke: #cad3f5;
|
||||
fill: #A9A9B3;
|
||||
}
|
||||
|
||||
.cluster rect {
|
||||
fill: #1B1C1D !important;
|
||||
stroke: #1F202E !important;
|
||||
}
|
||||
|
||||
.node rect {
|
||||
fill: #131415 !important;
|
||||
stroke: #1F202E !important;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue