Decreasing drop shadow for neo-dark

This commit is contained in:
Knut Sveidqvist
2024-09-23 15:10:42 +02:00
parent bb755c6e99
commit 97dec4e4cb

View File

@@ -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';