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:
Reza Rezvani
2026-03-11 12:19:15 +01:00
parent 338830ffe8
commit fce199156b

View File

@@ -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
```
---