Merge pull request #886 from stanhu/sh-fix-flowchart-label

Fix text label colors for flow charts. Thanks for the fix!
This commit is contained in:
Knut Sveidqvist 2019-07-21 09:28:12 -07:00 committed by GitHub
commit e679556975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
color: #333;
}
.label text {
fill: #333;
}
.node rect,
.node circle,
.node ellipse,