aboutsummaryrefslogtreecommitdiffstats
path: root/html/git-deps.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/git-deps.css')
-rw-r--r--html/git-deps.css12
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);
+}