mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
Decreasing drop shadow for neo-dark
This commit is contained in:
@@ -52,7 +52,7 @@ class Theme {
|
|||||||
this.useGradient = true;
|
this.useGradient = true;
|
||||||
this.gradientStart = '#0042eb';
|
this.gradientStart = '#0042eb';
|
||||||
this.gradientStop = '#eb0042';
|
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 */
|
/* Architecture Diagram variables */
|
||||||
this.archEdgeColor = 'calculated';
|
this.archEdgeColor = 'calculated';
|
||||||
|
Reference in New Issue
Block a user