mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-09 05:54:07 +01:00
Minor change to css code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.label {
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
color: #333
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.node rect,
|
||||
|
||||
@@ -33,7 +33,6 @@ $noteBkgColor: #fff5ad;
|
||||
/* Gantt chart variables */
|
||||
|
||||
$sectionBkgColor: #6eaa49;
|
||||
;
|
||||
$altSectionBkgColor: white;
|
||||
$sectionBkgColor2: #6eaa49;
|
||||
$taskBorderColor: $border1;
|
||||
|
||||
Reference in New Issue
Block a user