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