mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Fix git graph dark theme text color issue
This commit is contained in:
6
src/less/dark/gitGraph.less
Normal file
6
src/less/dark/gitGraph.less
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.commit-id,
|
||||||
|
.commit-msg,
|
||||||
|
.branch-label {
|
||||||
|
fill: lightgrey;
|
||||||
|
color: lightgrey;
|
||||||
|
}
|
@@ -3,6 +3,7 @@
|
|||||||
@import "sequenceDiagram";
|
@import "sequenceDiagram";
|
||||||
@import "gantt";
|
@import "gantt";
|
||||||
@import "classDiagram";
|
@import "classDiagram";
|
||||||
|
@import "gitGraph";
|
||||||
.node text {
|
.node text {
|
||||||
font-family: 'trebuchet ms', verdana, arial;
|
font-family: 'trebuchet ms', verdana, arial;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Reference in New Issue
Block a user