Fix git graph dark theme text color issue

This commit is contained in:
Tyler Long 2017-04-22 23:27:19 +08:00
parent ccec3810df
commit 2134dbb2fd
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
.commit-id,
.commit-msg,
.branch-label {
fill: lightgrey;
color: lightgrey;
}

View File

@ -3,6 +3,7 @@
@import "sequenceDiagram";
@import "gantt";
@import "classDiagram";
@import "gitGraph";
.node text {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;