aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-12 23:18:19 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-12 23:18:19 +0000
commitaf9df171e99c8601be17ca2d0730b13395c280f5 (patch)
treeefafca7b3bf29d7857bfddec406896214faa02eb /html
parent80d531898b434ade5f8f942025cb409b445922d1 (diff)
downloadgit-deps-af9df171e99c8601be17ca2d0730b13395c280f5.tar.gz
tweak the fill colour of explored nodes
Diffstat (limited to 'html')
-rw-r--r--html/css/git-deps.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 6e5b673..1d3aa4e 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -37,7 +37,7 @@ g.node rect {
}
g.node rect.explored {
- fill: rgba(167, 224, 196, 0.54);
+ fill: rgba(206, 236, 221, 0.54);
}
g.node rect.unexplored {