Commit d47a807
authored
Flowchart text color (#340)
* Update CSS
* STY: Remove inline formatting
From local testing it appears that the CSS overrides the inline style, i.e. the color directive could have been set to purple #800080 and it would still appear as #222 (off-black) or whatever is defined in cusstom.css for mermaid text.
So I removed this so that it is clear that the flowchart text color is derived from the CSS file1 parent 8dacf77 commit d47a807
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
0 commit comments