policymap/render/static/css/styles.css
Moses Rolston 276b57fcdf add a bunch of stuff
rendering the graph via exported json works now
2025-03-20 06:45:07 -07:00

18 lines
193 B
CSS

body {
font-family: Arial, sans-serif;
}
#chart {
border: 1px solid #ccc;
}
.node {
fill: steelblue;
stroke: white;
stroke-width: 2px;
}
.label {
pointer-events: none;
}