blog/sass/_graph.scss
2020-02-12 00:21:08 -06:00

16 lines
242 B
SCSS

.graphviz {
.graph.default-coloring {
ellipse, path, polygon {
stroke: $text-color;
}
text {
fill: $text-color;
}
* {
font-family: $sansfont;
}
}
}