Skip to content

Commit 6ca12eb

Browse files
committed
Trying to fix a mermaid diagram
1 parent 40be973 commit 6ca12eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/teamwork.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ Before pushing:
7676
graph LR
7777
A((" "))
7878
origin["origin/main"]
79-
style origin fill:#ffffff,stroke:#ffffff,color:#add8e6
79+
style origin fill:#ffffff,stroke:#000000,color:#add8e6
8080
B((" "))
8181
C((" "))
8282
main["main"]
83-
style main fill:#ffffff,stroke:#ffffff,color:#add8e6
83+
style main fill:#ffffff,stroke:#000000,color:#add8e6
8484
D((" "))
85-
style D fill:#305cde,stroke:#ffffff,color:#305cde
85+
style D fill:#305cde,stroke:#000000,color:#305cde
8686
A --- B
8787
origin -.-> B
8888
B --- C

0 commit comments

Comments
 (0)