mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
Render function as mentioned in issue #146, only works in browser context
Updated build scripts New way for bundling content in dist, tobe tested, currently to be considered beta
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
.mermaid .label { color:#333}
|
||||
.mermaid .label {
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
color:#333
|
||||
}
|
||||
|
||||
.node rect, .node circle, .node polygon {
|
||||
fill: @mainBkg;
|
||||
@@ -13,7 +16,7 @@
|
||||
}
|
||||
.cluster rect{
|
||||
fill: @secondBkg;
|
||||
rx:40;
|
||||
rx:4;
|
||||
stroke: @clusterBorder;
|
||||
stroke-width: 1px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user