Packages
digraph_viewer
0.1.0
Digraph viewer provides a visual representation of a digraph model through a web based interface
Current section
Files
Jump to
Current section
Files
priv/css/app.css
[data-template] {
display:none;
}
.bg-light {
background-color: #37474f;
}
.bg-dark {
background-color: #263238;
}
.hover-bg-dark:hover {
background-color: #263238;
}