blog/sass/_graph.scss

16 lines
242 B
SCSS
Raw Normal View History

2020-02-12 06:21:08 +00:00
.graphviz {
.graph.default-coloring {
ellipse, path, polygon {
stroke: $text-color;
}
text {
fill: $text-color;
}
* {
font-family: $sansfont;
}
}
}