graph max width

This commit is contained in:
Michael Zhang 2020-02-12 01:40:16 -06:00
parent 1c54bf59c2
commit 2f464c83ca
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 14 additions and 9 deletions

View File

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