diff options
author | James Nylen <jnylen@gmail.com> | 2016-08-09 04:57:13 +0000 |
---|---|---|
committer | James Nylen <jnylen@gmail.com> | 2016-08-09 04:57:13 +0000 |
commit | c0f59d540a269d5ee6400087baf75251d59e5d79 (patch) | |
tree | 8bf62246b95a92b1125d264a107d9740df153b92 /img/borders.sh | |
parent | 77c714c4ec71cd25d23640aa6f83d720cae7bdc5 (diff) | |
download | d3-process-map-master.zip d3-process-map-master.tar.gz d3-process-map-master.tar.bz2 |
Update image borders to match GitHub page designHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'img/borders.sh')
-rwxr-xr-x | img/borders.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/img/borders.sh b/img/borders.sh index f5f9ea3..58e8a14 100755 --- a/img/borders.sh +++ b/img/borders.sh @@ -6,9 +6,7 @@ for i in *-orig.png; do out="${i%-orig.png}.png" convert "$i" \ - -bordercolor '#cacaca' \ + -bordercolor '#dddddd' \ -border 1x1 \ - -bordercolor '#eeeeee' \ - -border 2x2 \ "$out" done |