20 lines
349 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|