print: reset mermaid theme to light #313

This commit is contained in:
Sören Weber 2022-07-17 20:04:08 +02:00
parent 8f59c36e10
commit 9f15ea397d
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -23,6 +23,9 @@
--CODE-INLINE-BG-color: #fffae9; /* background color of inline code */
--CODE-INLINE-BORDER-color: #f8e8c8; /* border color of inline code */
--MERMAID-theme: default; /* name of the default Mermaid theme for this variant, can be overridden in config.toml */
--SWAGGER-theme: light; /* name of the default Swagger theme for this variant, can be overridden in config.toml */
--MENU-HOME-LINK-color: #323232; /* home button color if configured */
--MENU-HOME-LINK-HOVER-color: #808080; /* hoverd home button color if configured */