fix(docs): remove hardcoded dark colors from Mermaid diagram on plugins page
The style directives used dark theme colors (#161b22, #30363d) making text invisible in light mode. Removed to let Mermaid use theme defaults. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -120,10 +120,6 @@ graph TB
|
||||
|
||||
MP --> Bundles
|
||||
MP --> Standalone
|
||||
|
||||
style Registry fill:#1f6feb,color:#fff,stroke:none
|
||||
style Bundles fill:#161b22,color:#c9d1d9,stroke:#30363d
|
||||
style Standalone fill:#161b22,color:#c9d1d9,stroke:#30363d
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user