mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-09 00:59:37 +02:00
Updating fontsize to 14px
This commit is contained in:
@@ -24,7 +24,7 @@ class Theme {
|
|||||||
// dark
|
// dark
|
||||||
|
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '16px';
|
this.fontSize = '14px';
|
||||||
this.useGradient = true;
|
this.useGradient = true;
|
||||||
this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,1))';
|
this.dropShadow = 'drop-shadow( 1px 2px 2px rgba(185,185,185,1))';
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,7 @@ class Theme {
|
|||||||
this.border2 = rgba(255, 255, 255, 0.25);
|
this.border2 = rgba(255, 255, 255, 0.25);
|
||||||
this.arrowheadColor = 'calculated';
|
this.arrowheadColor = 'calculated';
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '16px';
|
this.fontSize = '14px';
|
||||||
this.labelBackground = '#181818';
|
this.labelBackground = '#181818';
|
||||||
this.textColor = '#ccc';
|
this.textColor = '#ccc';
|
||||||
this.THEME_COLOR_LIMIT = 12;
|
this.THEME_COLOR_LIMIT = 12;
|
||||||
|
@@ -34,7 +34,7 @@ class Theme {
|
|||||||
this.border2 = '#aaaa33';
|
this.border2 = '#aaaa33';
|
||||||
this.arrowheadColor = '#333333';
|
this.arrowheadColor = '#333333';
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '16px';
|
this.fontSize = '14px';
|
||||||
this.labelBackground = 'rgba(232,232,232, 0.8)';
|
this.labelBackground = 'rgba(232,232,232, 0.8)';
|
||||||
this.textColor = '#333';
|
this.textColor = '#333';
|
||||||
this.THEME_COLOR_LIMIT = 12;
|
this.THEME_COLOR_LIMIT = 12;
|
||||||
|
@@ -19,7 +19,7 @@ class Theme {
|
|||||||
this.border2 = '#6eaa49';
|
this.border2 = '#6eaa49';
|
||||||
this.arrowheadColor = 'green';
|
this.arrowheadColor = 'green';
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '16px';
|
this.fontSize = '14px';
|
||||||
|
|
||||||
this.tertiaryColor = lighten('#cde498', 10);
|
this.tertiaryColor = lighten('#cde498', 10);
|
||||||
this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode);
|
this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode);
|
||||||
|
@@ -27,7 +27,7 @@ class Theme {
|
|||||||
// dark
|
// dark
|
||||||
|
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '12px';
|
this.fontSize = '14px';
|
||||||
|
|
||||||
// Neo-specific
|
// Neo-specific
|
||||||
this.nodeBorder = '#000000';
|
this.nodeBorder = '#000000';
|
||||||
|
@@ -31,7 +31,7 @@ class Theme {
|
|||||||
this.border2 = rgba(255, 255, 255, 0.25);
|
this.border2 = rgba(255, 255, 255, 0.25);
|
||||||
this.arrowheadColor = invert(this.background);
|
this.arrowheadColor = invert(this.background);
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '16px';
|
this.fontSize = '14px';
|
||||||
this.labelBackground = '#181818';
|
this.labelBackground = '#181818';
|
||||||
this.textColor = '#ccc';
|
this.textColor = '#ccc';
|
||||||
this.THEME_COLOR_LIMIT = 12;
|
this.THEME_COLOR_LIMIT = 12;
|
||||||
@@ -43,7 +43,7 @@ class Theme {
|
|||||||
this.THEME_COLOR_LIMIT = 12;
|
this.THEME_COLOR_LIMIT = 12;
|
||||||
// dark
|
// dark
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '10px';
|
this.fontSize = '14px';
|
||||||
|
|
||||||
// Neo-specific
|
// Neo-specific
|
||||||
// this.nodeBorder = 'none';
|
// this.nodeBorder = 'none';
|
||||||
|
@@ -26,7 +26,7 @@ class Theme {
|
|||||||
// dark
|
// dark
|
||||||
|
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '10px';
|
this.fontSize = '14px';
|
||||||
|
|
||||||
// Neo-specific
|
// Neo-specific
|
||||||
this.nodeBorder = '#000000';
|
this.nodeBorder = '#000000';
|
||||||
|
@@ -40,7 +40,7 @@ class Theme {
|
|||||||
this.done = '#bbb';
|
this.done = '#bbb';
|
||||||
this.arrowheadColor = '#333333';
|
this.arrowheadColor = '#333333';
|
||||||
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
this.fontFamily = '"trebuchet ms", verdana, arial, sans-serif';
|
||||||
this.fontSize = '16px';
|
this.fontSize = '14px';
|
||||||
this.THEME_COLOR_LIMIT = 12;
|
this.THEME_COLOR_LIMIT = 12;
|
||||||
this.radius = 5;
|
this.radius = 5;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user