We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40be973 commit 6ca12ebCopy full SHA for 6ca12eb
docs/teamwork.md
@@ -76,13 +76,13 @@ Before pushing:
76
graph LR
77
A((" "))
78
origin["origin/main"]
79
- style origin fill:#ffffff,stroke:#ffffff,color:#add8e6
+ style origin fill:#ffffff,stroke:#000000,color:#add8e6
80
B((" "))
81
C((" "))
82
main["main"]
83
- style main fill:#ffffff,stroke:#ffffff,color:#add8e6
+ style main fill:#ffffff,stroke:#000000,color:#add8e6
84
D((" "))
85
- style D fill:#305cde,stroke:#ffffff,color:#305cde
+ style D fill:#305cde,stroke:#000000,color:#305cde
86
A --- B
87
origin -.-> B
88
B --- C
0 commit comments