mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
An update to the theme natural
This commit is contained in:
@@ -7,7 +7,7 @@ import { mkBorder } from './theme-helpers';
|
|||||||
class Theme {
|
class Theme {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.primaryColor = '#eee';
|
this.primaryColor = '#eee';
|
||||||
this.contrast = '#26a';
|
this.contrast = '#707070';
|
||||||
this.secondaryColor = lighten(this.contrast, 55);
|
this.secondaryColor = lighten(this.contrast, 55);
|
||||||
this.background = '#ffffff';
|
this.background = '#ffffff';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user