Omnibus commited on
Commit
c997017
·
verified ·
1 Parent(s): 22e8acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,11 +37,11 @@ graph LR;
37
 
38
  css="""
39
  .flowchart-link{
40
- stroke:red!important;
41
  }
42
  .marker {
43
  fill: #ed0000!important;
44
- stroke: #ff0101;
45
  }
46
  """
47
 
 
37
 
38
  css="""
39
  .flowchart-link{
40
+ stroke:red;!important;
41
  }
42
  .marker {
43
  fill: #ed0000!important;
44
+ stroke: #ff0101;!important;
45
  }
46
  """
47