Set color for milestone diagram arrows authored by Sebastian's avatar Sebastian
...@@ -15,6 +15,8 @@ flowchart LR ...@@ -15,6 +15,8 @@ flowchart LR
classDef done color:#000,fill:#6e0,stroke:#000,stroke-width:2px; classDef done color:#000,fill:#6e0,stroke:#000,stroke-width:2px;
classDef prog color:#000,fill:#fd0,stroke:#000,stroke-width:2px; classDef prog color:#000,fill:#fd0,stroke:#000,stroke-width:2px;
linkStyle default stroke:#000,stroke-width:2px;
funding:::misc funding:::misc
subgraph funding [Funding] subgraph funding [Funding]
f1(Acquire funding for further<br>development and maintenance) f1(Acquire funding for further<br>development and maintenance)
... ...
......