topology-map/static/style/main.css

9 lines
101 B
CSS
Raw Normal View History

2024-09-17 16:39:53 +00:00
#map-container {
width: 80%;
height: 600px;
display: block;
}
.edge {
color: pink;
}