Add support for mermaid graphs

This commit is contained in:
Melora Hugues 2023-10-01 13:39:28 +02:00
parent df3b911030
commit 07c8a13e2c
4 changed files with 193 additions and 142 deletions

26
static/mermaid.css Normal file
View 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;
}
}