LoveIt/assets/css/lib/mermaid/git.scss

9 lines
172 B
SCSS
Raw Normal View History

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