mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02: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