mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
#1542 Setting up base theme for custom theming
This commit is contained in:
@@ -63,7 +63,7 @@ g.stateGroup line {
|
||||
|
||||
.edgeLabel .label rect {
|
||||
fill: ${options.tertiaryColor};
|
||||
opacity: 0.3;
|
||||
opacity: 0.2;
|
||||
}
|
||||
.edgeLabel .label text {
|
||||
fill: ${options.tertiaryTextColor};
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { getThemeVariables as baseThemeVariables } from './theme-base';
|
||||
import { getThemeVariables as darkThemeVariables } from './theme-dark';
|
||||
import { getThemeVariables as defaultThemeVariables } from './theme-base';
|
||||
import { getThemeVariables as defaultThemeVariables } from './theme-default';
|
||||
import { getThemeVariables as forestThemeVariables } from './theme-forest';
|
||||
import { getThemeVariables as neutralThemeVariables } from './theme-neutral';
|
||||
|
||||
|
Reference in New Issue
Block a user