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