Skip to content

Commit 1a1524c

Browse files
committed
make font black
1 parent 2b6eb98 commit 1a1524c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ graph TD
5353
F --> |Formatted Results| B
5454
B --> |Display Results| A
5555
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
56+
style A fill:#f9f,stroke:#333,stroke-width:2px,color:#000
57+
style B fill:#bbf,stroke:#333,stroke-width:2px,color:#000
58+
style C fill:#bfb,stroke:#333,stroke-width:2px,color:#000
59+
style D fill:#fbf,stroke:#333,stroke-width:2px,color:#000
60+
style E fill:#fbb,stroke:#333,stroke-width:2px,color:#000
61+
style F fill:#bff,stroke:#333,stroke-width:2px,color:#000
6262
6363
subgraph "Frontend"
6464
A

0 commit comments

Comments
 (0)