mermaid: don't set a theme

doesn't play well with dark mode
This commit is contained in:
Christoph Reiter 2022-02-17 18:09:33 +01:00 committed by GitHub
parent 9ff6282fd6
commit a316cb96c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ The following graph shows what happens between a PKGBUILD getting changed in git
and the built package being available in the pacman repo.
```mermaid
%%{init: {'theme': 'forest' } }%%
sequenceDiagram
participant GIT as MSYS2/MINGW-packages
participant API as packages.msys2.org
@ -95,4 +94,4 @@ the package and adding it to the pacman repo. We take the following precautions:
* We enforce 2FA for the MSYS2 organization to make account takeovers of
existing MSYS2 developers harder.
Feedback and ideas on how to improve this welcome.
Feedback and ideas on how to improve this welcome.