diff --git a/src/themes/flow.scss b/src/themes/flow.scss index b6b6a4c16..c58124755 100644 --- a/src/themes/flow.scss +++ b/src/themes/flow.scss @@ -1,6 +1,6 @@ .label { font-family: 'trebuchet ms', verdana, arial; - color: #333 + color: #333; } .node rect, diff --git a/src/themes/forest/index.scss b/src/themes/forest/index.scss index 456cc661c..f6e1a1dae 100644 --- a/src/themes/forest/index.scss +++ b/src/themes/forest/index.scss @@ -33,7 +33,6 @@ $noteBkgColor: #fff5ad; /* Gantt chart variables */ $sectionBkgColor: #6eaa49; -; $altSectionBkgColor: white; $sectionBkgColor2: #6eaa49; $taskBorderColor: $border1;