mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
dev day #99
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%%{init: {
|
||||
'theme': 'base',
|
||||
'securityLevel': 'loose',
|
||||
'flowchart': { 'curve': 'basis' },
|
||||
'flowchart': { 'curve': 'linear', 'useMaxWidth': true, 'nodeSpacing': 36, 'rankSpacing': 48 },
|
||||
'themeVariables': {
|
||||
'primaryColor': '#0b5cff',
|
||||
'primaryTextColor': '#ffffff',
|
||||
@@ -9,7 +9,7 @@
|
||||
'tertiaryColor': '#f8fafc',
|
||||
'fontSize': '12px'
|
||||
},
|
||||
'themeCSS': '.edgePath path { stroke-dasharray: 5 5; animation: dash 24s linear infinite; } @keyframes dash { to { stroke-dashoffset: 1000; } } .cluster rect { rx:8; ry:8; }'
|
||||
'themeCSS': '.edgePath path { stroke-opacity: .6; } .cluster rect { rx:8; ry:8; }'
|
||||
}}%%
|
||||
flowchart TB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user