aboutsummaryrefslogtreecommitdiffstats
path: root/html/git-deps.css
blob: 8d6abaa8adf4a91829a11953bca6d8f87b007cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.node {
    stroke: #fff;
    stroke-width: 1.5px;
}

.link {
    fill: none;
    stroke: #000;
    stroke-width: 1.5px;
    opacity: 0.4;
    marker-end: url(#end-arrow);
}