Commit b093228a authored by zen's avatar zen
Browse files

tpa-rfc-73: fix unreadable depgraph captions in dark theme

refs team#41721
parent 63ddbc86
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -956,8 +956,7 @@ flowchart TD
    classDef migrate fill:#f99,stroke:#f00,color:black;
    classDef white fill:#fff,stroke:#000;

    subgraph Captions
      style Captions fill:#fff,stroke:#fff;
    subgraph Captions [Captions]
      Keep; class Keep keep
      Merge; class Merge merge
      Migrate; class Migrate migrate