jsketcher/modules/workbenches/routingElectrical/features/autoRoute/pathFinderLogic/demo.css

15 lines
190 B
CSS

body {
background-color: white;
color: black;
font-family: sans-serif;
}
.error {
color: red;
font-weight: bold;
font-size: larger;
}
.comment {
color: #888;
}