mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +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