policymap/render/static/css/styles.css
2025-04-05 19:57:29 -07:00

18 lines
193 B
CSS
Executable File

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