Skip to content

Commit

Permalink
Change colors to shades of green
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Feb 2, 2022
1 parent a6338fc commit b97b6ee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _plugins/timeline.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* The code below is derived from https://github.com/nodejs/lts-schedule
* which is released under the MIT License
*/
import fs from 'fs';
import path from 'path';
import * as D3 from 'd3';
Expand All @@ -6,10 +10,10 @@ import frontmatter from 'frontmatter';

const styles = `
.active {
fill: #2ecc71;
fill: #7bed9f;
}
.security {
fill: #e67e22;
fill: #2ed573;
}
.tick text {
font: 16px sans-serif;
Expand Down

0 comments on commit b97b6ee

Please sign in to comment.