web/style.css
Matej Focko 2beb2d9fc7
feat: First working version
Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-07-28 21:20:02 +02:00

23 lines
300 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;
}