mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
Added "Recursive Variable" font for redux theme
This commit is contained in:
@@ -30,7 +30,7 @@ class Theme {
|
|||||||
this.border1 = '#ccc';
|
this.border1 = '#ccc';
|
||||||
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 = 'arial, sans-serif';
|
this.fontFamily = '"Recursive Variable", arial, sans-serif';
|
||||||
this.fontSize = '14px';
|
this.fontSize = '14px';
|
||||||
this.labelBackground = '#181818';
|
this.labelBackground = '#181818';
|
||||||
this.textColor = '#ccc';
|
this.textColor = '#ccc';
|
||||||
@@ -43,7 +43,7 @@ class Theme {
|
|||||||
|
|
||||||
this.THEME_COLOR_LIMIT = 12;
|
this.THEME_COLOR_LIMIT = 12;
|
||||||
// dark
|
// dark
|
||||||
this.fontFamily = 'arial, sans-serif';
|
this.fontFamily = '"Recursive Variable", arial, sans-serif';
|
||||||
this.fontSize = '14px';
|
this.fontSize = '14px';
|
||||||
|
|
||||||
// Neo-specific
|
// Neo-specific
|
||||||
|
@@ -27,7 +27,7 @@ class Theme {
|
|||||||
this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode);
|
this.primaryBorderColor = mkBorder(this.primaryColor, this.darkMode);
|
||||||
// dark
|
// dark
|
||||||
|
|
||||||
this.fontFamily = 'arial, sans-serif';
|
this.fontFamily = '"Recursive Variable", arial, sans-serif';
|
||||||
this.fontSize = '14px';
|
this.fontSize = '14px';
|
||||||
|
|
||||||
// Neo-specific
|
// Neo-specific
|
||||||
|
Reference in New Issue
Block a user