diff --git a/cypress/platform/css1.html b/cypress/platform/css1.html index efb37a53a..f02892123 100644 --- a/cypress/platform/css1.html +++ b/cypress/platform/css1.html @@ -12,11 +12,22 @@ -
+
%%{init: { 'themeCSS': '} * { background: lightblue }' } }%% flowchart TD a --> b
+
+ %%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "titleColor":"white", "darkMode":true}}}%% + flowchart LR + subgraph A + a --> b + end + subgraph B + i -->f + end + A --> B +