Skip to content

Commit d332d62

Browse files
committed
add rect border color
1 parent 0d82fc1 commit d332d62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/styles/layout.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ svg {
3232
}
3333

3434
g.node rect {
35-
stroke: #ecf0f1;
36-
stroke-width: 2px;
35+
stroke: #bdc3c7;
36+
stroke-width: 2.5px;
3737
cursor: pointer;
3838
}
3939

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gulp.task('watch', ['connect'], function () {
5353
'index.html',
5454
'app/scripts/**.js',
5555
'app/images/**/*',
56-
'app/styles/**/*',
56+
'app/styles/**/*.css',
5757
'app/templates/**.html',
5858
'app/logo/**/*',
5959
'data/**.json'

0 commit comments

Comments
 (0)