Skip to content

color:#fff is not honored for textΒ #129

@stdedos

Description

@stdedos

Mn-WE:

```mermaid
flowchart TB
    subgraph p["πŸ“¦"]
        direction LR
        P1_1[βœ…]
    end
    p --> pp[(pp)]

    style p fill:#c8e6c9,stroke:#2e7d32
    style pp fill:#2e7d32,color:#fff
```

renders with black letters

Image

not as

flowchart TB
    subgraph p["πŸ“¦"]
        direction LR
        P1_1[βœ…]
    end
    p --> pp[(pp)]

    style p fill:#c8e6c9,stroke:#2e7d32
    style pp fill:#2e7d32,color:#fff
Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions