docs(readme): Disable colors in mermaid diagrams (#180)

Previously used colors caused
diagrams to be unreadable in
light mode.
Removing styling completely,
as this was redundant anyway.

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-06-11 05:31:53 +09:00
committed by GitHub
parent 81aac3cb77
commit 488bbcb182
-17
View File
@@ -34,12 +34,6 @@ flowchart LR
end
mta[Sender's relay] -.SMTP :25.-> smtpd1
mta -.HTTPS /mxdeliv.-> nginx
style postfix fill:#363
style smtpd1 fill:#252
style smtpd2 fill:#252
style queue fill:#252
style filtermail fill:#225
```
Filtermail in incoming mode acts as a proxy filter
@@ -82,12 +76,6 @@ flowchart LR
open-dkim[OpenDKIM] <--milter--> smtpd2
end
client[Client] --SMTP :587--> smtpd1
style postfix fill:#363
style smtpd1 fill:#252
style smtpd2 fill:#252
style queue fill:#252
style filtermail fill:#225
```
Filtermail in outgoing mode acts as a proxy filter
@@ -115,11 +103,6 @@ flowchart LR
end
filtermail -.SMTP :25.-> mta[Recipient's relay]
filtermail -.HTTPS /mxdeliv.-> mta
style postfix fill:#363
style qmgr fill:#252
style lmtp fill:#252
style filtermail fill:#225
```
Filtermail in transport mode is used for final delivery to remote MTAs.