From 97dec4e4cbd849f2e7e17cbd7b6027becc7bbf79 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Mon, 23 Sep 2024 15:10:42 +0200 Subject: [PATCH] Decreasing drop shadow for neo-dark --- packages/mermaid/src/themes/theme-neo-dark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/themes/theme-neo-dark.js b/packages/mermaid/src/themes/theme-neo-dark.js index c9a5ef420..9eaa42fef 100644 --- a/packages/mermaid/src/themes/theme-neo-dark.js +++ b/packages/mermaid/src/themes/theme-neo-dark.js @@ -52,7 +52,7 @@ class Theme { this.useGradient = true; this.gradientStart = '#0042eb'; this.gradientStop = '#eb0042'; - this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,0.5))'; + this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,0.2))'; /* Architecture Diagram variables */ this.archEdgeColor = 'calculated';