mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 08:29:36 +01:00
style
This commit is contained in:
parent
4e448afa57
commit
a1df32377b
1 changed files with 10 additions and 3 deletions
|
|
@ -5,6 +5,16 @@
|
|||
## Context Map (Kontextkarte)
|
||||
|
||||
```mermaid
|
||||
---
|
||||
config:
|
||||
theme: neutral
|
||||
look: classic
|
||||
layout: elk
|
||||
themeVariables:
|
||||
background: "#f8fafc"
|
||||
class:
|
||||
hideEmptyMembersBox: true
|
||||
---
|
||||
graph TB
|
||||
subgraph CORE["⚡ KERN-DOMÄNE"]
|
||||
Produktion["<b>Produktion</b><br/>Rezept, Charge,<br/>Ausbeute, Produktionsauftrag"]
|
||||
|
|
@ -41,9 +51,6 @@ graph TB
|
|||
CORE -.->|Konsumiert Daten| GENERIC
|
||||
SUPPORTING -.->|Konsumiert Daten| GENERIC
|
||||
|
||||
style CORE fill:#e1f5ff,stroke:#0066cc,stroke-width:3px
|
||||
style SUPPORTING fill:#fff4e6,stroke:#ff9800,stroke-width:2px
|
||||
style GENERIC fill:#f5f5f5,stroke:#666,stroke-width:1px
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue