web/style.css
Matej Focko 25ace54553
chore: format rest of the files
Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-05-01 17:10:46 +02:00

23 lines
303 B
CSS
Executable file

.node circle {
fill: #ecf0f1;
stroke: #3498db;
stroke-opacity: 0.8;
stroke-width: 2.5px;
}
.text {
font-family: "Open Sans", sans-serif;
fill: #3498db;
font-size: 16px;
}
.link {
fill: none;
stroke: #3498db;
stroke-opacity: 0.8;
stroke-width: 2px;
}
form {
display: inline;
}