26 lines
No EOL
402 B
CSS
26 lines
No EOL
402 B
CSS
.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;
|
|
}
|
|
|
|
} |