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.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/html/git-deps.css b/html/git-deps.css
index 261499a..6f6fbe0 100644
--- a/html/git-deps.css
+++ b/html/git-deps.css
@@ -3,8 +3,19 @@
}
.node {
- stroke: #fff;
- stroke-width: 1.5px;
+ /* stroke: black; */
+ stroke: #e5e5e5;
+ stroke-width: 2px;
+ cursor: move;
+ fill: #f2f2ff;
+}
+
+.label {
+ fill: black;
+ font-size: 16px;
+ font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ text-anchor: middle;
+ /* cursor: move; */
}
.link {