From 9f15ea397de4c660f3a4dc77bc4ba0345fe53fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 17 Jul 2022 20:04:08 +0200 Subject: [PATCH] print: reset mermaid theme to light #313 --- static/css/theme-relearn-light.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/theme-relearn-light.css b/static/css/theme-relearn-light.css index 1bc6a5abdf..1fac8baeb1 100644 --- a/static/css/theme-relearn-light.css +++ b/static/css/theme-relearn-light.css @@ -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 */