mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
An update to the theme natural
This commit is contained in:
parent
b50eea26ed
commit
10b002889c
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user