@@ -174,27 +174,27 @@ Assume this situation:
174174``` mermaid
175175graph LR
176176 d(("d"))
177- style d fill:#ffffff,stroke:#000000,color:#ffffff
177+ style d fill:#ffffff,stroke:#000000,color:#000000
178178 e(("e"))
179- style e fill:#ffffff,stroke:#000000,color:#ffffff
179+ style e fill:#ffffff,stroke:#000000,color:#000000
180180 origin["origin/main"]
181181 style origin fill:#add8e6,stroke:#000000,color:#000000
182182 d --- e
183183 origin -.-> e
184184 a(("a"))
185- style a fill:#ffffff,stroke:#000000,color:#ffffff
185+ style a fill:#ffffff,stroke:#000000,color:#000000
186186 f(("f"))
187- style f fill:#ffffff,stroke:#000000,color:#ffffff
187+ style f fill:#ffffff,stroke:#000000,color:#000000
188188 e --- a
189189 e --- f
190190 b(("b"))
191- style b fill:#ffffff,stroke:#000000,color:#ffffff
191+ style b fill:#ffffff,stroke:#000000,color:#000000
192192 g(("g"))
193- style g fill:#ffffff,stroke:#000000,color:#ffffff
193+ style g fill:#ffffff,stroke:#000000,color:#000000
194194 main["main"]
195195 style main fill:#add8e6,stroke:#000000,color:#000000
196196 c(("c"))
197- style c fill:#ffffff,stroke:#000000,color:#ffffff
197+ style c fill:#ffffff,stroke:#000000,color:#000000
198198 a --- b
199199 f --- g
200200 b --- c
@@ -206,28 +206,28 @@ Now we do a `git pull`:
206206``` mermaid
207207graph LR
208208 d(("d"))
209- style d fill:#ffffff,stroke:#000000,color:#ffffff
209+ style d fill:#ffffff,stroke:#000000,color:#000000
210210 e(("e"))
211- style e fill:#ffffff,stroke:#000000,color:#ffffff
211+ style e fill:#ffffff,stroke:#000000,color:#000000
212212 origin["origin/main"]
213- style origin fill:#add8e6,stroke:#000000,color:# 000000
213+ style origin fill:#add8e6,stroke:#000000,color:000000
214214 d --- e
215215 a(("a"))
216- style a fill:#ffffff,stroke:#000000,color:#ffffff
216+ style a fill:#ffffff,stroke:#000000,color:#000000
217217 f(("f"))
218- style f fill:#ffffff,stroke:#000000,color:#ffffff
218+ style f fill:#ffffff,stroke:#000000,color:#000000
219219 e --- a
220220 e --- f
221221 b(("b"))
222- style b fill:#ffffff,stroke:#000000,color:#ffffff
222+ style b fill:#ffffff,stroke:#000000,color:#000000
223223 g(("g"))
224- style g fill:#ffffff,stroke:#000000,color:#ffffff
224+ style g fill:#ffffff,stroke:#000000,color:#000000
225225 main["main"]
226226 style main fill:#add8e6,stroke:#000000,color:#000000
227227 c(("c"))
228- style c fill:#ffffff,stroke:#000000,color:#ffffff
228+ style c fill:#ffffff,stroke:#000000,color:#000000
229229 h(("h"))
230- style h fill:#ffffff,stroke:#000000,color:#ffffff
230+ style h fill:#ffffff,stroke:#000000,color:#000000
231231 a --- b
232232 f --- g
233233 b --- c
0 commit comments