blog/sass/_graph.scss
2020-02-12 01:40:16 -06:00

20 lines
349 B
SCSS

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