diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-06 13:29:18 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-06 13:29:18 +0000 |
commit | c44f3ecb976571c6be42d3877418b608e8f1c02a (patch) | |
tree | da585fbf8db244f7172e6a6fb2acd48b26ef5f1c /html/git-deps.css | |
parent | 6865a899eaa7acb92a85982f4b9c710c29f0cceb (diff) | |
download | git-deps-c44f3ecb976571c6be42d3877418b608e8f1c02a.tar.gz |
render graph from test.json
Diffstat (limited to 'html/git-deps.css')
-rw-r--r-- | html/git-deps.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/html/git-deps.css b/html/git-deps.css new file mode 100644 index 0000000..307c70c --- /dev/null +++ b/html/git-deps.css @@ -0,0 +1,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); +} |