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 2b6eb98 commit 1a1524cCopy full SHA for 1a1524c
README.md
@@ -53,12 +53,12 @@ graph TD
53
F --> |Formatted Results| B
54
B --> |Display Results| A
55
56
- style A fill:#f9f,stroke:#333,stroke-width:2px
57
- style B fill:#bbf,stroke:#333,stroke-width:2px
58
- style C fill:#bfb,stroke:#333,stroke-width:2px
59
- style D fill:#fbf,stroke:#333,stroke-width:2px
60
- style E fill:#fbb,stroke:#333,stroke-width:2px
61
- style F fill:#bff,stroke:#333,stroke-width:2px
+ style A fill:#f9f,stroke:#333,stroke-width:2px,color:#000
+ style B fill:#bbf,stroke:#333,stroke-width:2px,color:#000
+ style C fill:#bfb,stroke:#333,stroke-width:2px,color:#000
+ style D fill:#fbf,stroke:#333,stroke-width:2px,color:#000
+ style E fill:#fbb,stroke:#333,stroke-width:2px,color:#000
+ style F fill:#bff,stroke:#333,stroke-width:2px,color:#000
62
63
subgraph "Frontend"
64
A
0 commit comments