Skip to content

Commit fc92830

Browse files
[docs] Fix Mermaid stack diagram text color in dark mode
1 parent 305f35e commit fc92830

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ block-beta
102102
RTGateware --> RTHardware
103103
RTHardware --> RTApparatus
104104
105-
classDef title fill:#d6d4d4,stroke:#333;
106-
classDef digital fill:#E7E08B,stroke:#333;
107-
classDef analog fill:#E4E9B2,stroke:#333;
108-
classDef atomic fill:#D2E4C4,stroke:#333;
109-
classDef realtime fill:#B5CBB7,stroke:#333;
110-
111-
classDef highlight fill:#f2bbbb,stroke:#333,stroke-dasharray: 5 5;
105+
classDef title fill:#d6d4d4,stroke:#333,color:#333;
106+
classDef digital fill:#E7E08B,stroke:#333,color:#333;
107+
classDef analog fill:#E4E9B2,stroke:#333,color:#333;
108+
classDef atomic fill:#D2E4C4,stroke:#333,color:#333;
109+
classDef realtime fill:#B5CBB7,stroke:#333,color:#333;
112110
111+
classDef highlight fill:#f2bbbb,stroke:#333,color:#333,stroke-dasharray: 5 5;
112+
113113
class InterfaceTitle,IRTitle,EmulatorsTitle,RealTimeTitle title
114114
class InterfaceDigital,IRDigital,EmulatorDigital digital
115115
class InterfaceAnalog,IRAnalog,EmulatorAnalog analog

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ block-beta
9393
RTGateware --> RTHardware
9494
RTHardware --> RTApparatus
9595
96-
classDef title fill:#d6d4d4,stroke:#333;
97-
classDef digital fill:#E7E08B,stroke:#333;
98-
classDef analog fill:#E4E9B2,stroke:#333;
99-
classDef atomic fill:#D2E4C4,stroke:#333;
100-
classDef realtime fill:#B5CBB7,stroke:#333;
101-
102-
classDef highlight fill:#f2bbbb,stroke:#333,stroke-dasharray: 5 5;
96+
classDef title fill:#d6d4d4,stroke:#333,color:#333;
97+
classDef digital fill:#E7E08B,stroke:#333,color:#333;
98+
classDef analog fill:#E4E9B2,stroke:#333,color:#333;
99+
classDef atomic fill:#D2E4C4,stroke:#333,color:#333;
100+
classDef realtime fill:#B5CBB7,stroke:#333,color:#333;
103101
102+
classDef highlight fill:#f2bbbb,stroke:#333,color:#333,stroke-dasharray: 5 5;
103+
104104
class InterfaceTitle,IRTitle,EmulatorsTitle,RealTimeTitle title
105105
class InterfaceDigital,IRDigital,EmulatorDigital digital
106106
class InterfaceAnalog,IRAnalog,EmulatorAnalog analog

0 commit comments

Comments
 (0)