Skip to content

Commit 7ab3417

Browse files
Chore(color): feat with new branding (#16)
* Chore(gitignore): add unix ignore * chore(lib): fit with branding * Update .gitignore Co-authored-by: Rich Trott <[email protected]> * fix: capital letter * Update index.js --------- Co-authored-by: Rich Trott <[email protected]>
1 parent d5bd02c commit 7ab3417

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ const D3Node = require('d3-node');
55

66
const styles = `
77
.current {
8-
fill: #2aa748;
8+
fill: #5fa04e;
99
}
1010
.active {
11-
fill: #47b4ff;
11+
fill: #229ad6;
1212
}
1313
.maintenance {
14-
fill: #89a19d;
14+
fill: #b1bcc2;
1515
}
1616
.unstable {
17-
fill: #ffb800;
17+
fill: #e99c40;
1818
}
1919
.bar-join {
2020
fill: #ffffff;

0 commit comments

Comments
 (0)