mermaid/src/themes/git.scss
2022-02-10 20:32:21 +01:00

9 lines
180 B
SCSS

.commit-id,
.commit-msg,
.branch-label {
fill: lightgrey;
color: lightgrey;
font-family: 'trebuchet ms', verdana, arial;
font-family: var(--mermaid-font-family);
}