aboutsummaryrefslogtreecommitdiffstats
path: root/html/git-deps.css
blob: 6647bcd05e0882e7f89a151cd433893486eb11b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
rect.background {
    fill: white;
    cursor: move;
}

g.node rect {
    stroke: #e5e5e5;
    stroke-width: 2px;
    fill: rgba(242,242, 255, 0.54);
    cursor: pointer;
}

g.node text {
    fill: black;
    font-size: 16px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    text-anchor: middle;
    alignment-baseline: middle;
    cursor: pointer;
}

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