blog/sass/_graph.scss

23 lines
373 B
SCSS

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