Minor change to css code

This commit is contained in:
Tyler Long 2018-03-11 20:14:22 +08:00
parent 11250290a2
commit fde6396f48
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.label {
font-family: 'trebuchet ms', verdana, arial;
color: #333
color: #333;
}
.node rect,

View File

@ -33,7 +33,6 @@ $noteBkgColor: #fff5ad;
/* Gantt chart variables */
$sectionBkgColor: #6eaa49;
;
$altSectionBkgColor: white;
$sectionBkgColor2: #6eaa49;
$taskBorderColor: $border1;