16 lines
242 B
SCSS
16 lines
242 B
SCSS
|
.graphviz {
|
||
|
.graph.default-coloring {
|
||
|
ellipse, path, polygon {
|
||
|
stroke: $text-color;
|
||
|
}
|
||
|
|
||
|
text {
|
||
|
fill: $text-color;
|
||
|
}
|
||
|
|
||
|
* {
|
||
|
font-family: $sansfont;
|
||
|
}
|
||
|
}
|
||
|
}
|