mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-09 14:04:14 +01:00
Support styling of subgraphs
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
}
|
||||
|
||||
.cluster rect {
|
||||
fill: $secondBkg !important;
|
||||
stroke: $clusterBorder !important;
|
||||
stroke-width: 1px !important;
|
||||
fill: $secondBkg;
|
||||
stroke: $clusterBorder;
|
||||
stroke-width: 1px;
|
||||
}
|
||||
|
||||
.cluster text {
|
||||
|
||||
Reference in New Issue
Block a user