docs: update class styling in diagrams for enhanced visual clarity
Adjusted color schemes and stroke styles in architecture and data flow class diagrams to improve readability and modernize styling.
This commit is contained in:
parent
8dc2069963
commit
60d510c1e0
20
cdc.md
20
cdc.md
@ -142,10 +142,10 @@ flowchart TB
|
|||||||
BE <-->|"4. Récupération des avatars"| GH
|
BE <-->|"4. Récupération des avatars"| GH
|
||||||
BE <-->|"5. Événements temps réel"| WS
|
BE <-->|"5. Événements temps réel"| WS
|
||||||
|
|
||||||
classDef client fill:#d8a0d8,stroke:#333,stroke-width:2px
|
classDef client fill:#9c27b0,stroke:#ffffff,stroke-width:2px
|
||||||
classDef server fill:#a0a0d8,stroke:#333,stroke-width:2px
|
classDef server fill:#3f51b5,stroke:#ffffff,stroke-width:2px
|
||||||
classDef storage fill:#a0d8a0,stroke:#333,stroke-width:2px
|
classDef storage fill:#4caf50,stroke:#ffffff,stroke-width:2px
|
||||||
classDef external fill:#d8d8a0,stroke:#333,stroke-width:2px
|
classDef external fill:#ff9800,stroke:#ffffff,stroke-width:2px
|
||||||
|
|
||||||
class Client client
|
class Client client
|
||||||
class Server server
|
class Server server
|
||||||
@ -470,12 +470,12 @@ flowchart TD
|
|||||||
Person -->|Associée à| Tag
|
Person -->|Associée à| Tag
|
||||||
Admin[Administrateur] -->|Gère| Tag
|
Admin[Administrateur] -->|Gère| Tag
|
||||||
|
|
||||||
classDef user fill:#d8a0d8,stroke:#333,stroke-width:2px
|
classDef user fill:#9c27b0,stroke:#ffffff,stroke-width:2px
|
||||||
classDef project fill:#a0a0d8,stroke:#333,stroke-width:2px
|
classDef project fill:#3f51b5,stroke:#ffffff,stroke-width:2px
|
||||||
classDef person fill:#a0d8a0,stroke:#333,stroke-width:2px
|
classDef person fill:#4caf50,stroke:#ffffff,stroke-width:2px
|
||||||
classDef group fill:#d8a0a0,stroke:#333,stroke-width:2px
|
classDef group fill:#f44336,stroke:#ffffff,stroke-width:2px
|
||||||
classDef tag fill:#d8d8a0,stroke:#333,stroke-width:2px
|
classDef tag fill:#ff9800,stroke:#ffffff,stroke-width:2px
|
||||||
classDef admin fill:#a0d8d8,stroke:#333,stroke-width:2px
|
classDef admin fill:#00bcd4,stroke:#ffffff,stroke-width:2px
|
||||||
|
|
||||||
class User user
|
class User user
|
||||||
class Project project
|
class Project project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user