Skip to content

Commit

Permalink
Change colors to IBM palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolan Woods committed Sep 23, 2022
1 parent 55dc032 commit af2a154
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 13 deletions.
51 changes: 43 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --public-url . --no-source-maps --no-minify src/index.html",
"postbuild": "mkdir -p ./galaxy/static/ && cp ./dist/index.html ./galaxy/static/ && cp -r ./galaxy ./IslandCompare && tar -caf IslandCompare.tar.gz IslandCompare"
"postbuild": "mkdir -p ./galaxy/static/ && cp ./dist/index.html ./galaxy/static/ && cp -r ./galaxy ./islandcompare && tar -caf IslandCompare.tar.gz islandcompare"
},
"dependencies": {
"blueimp-canvas-to-blob": "^3.14.0",
Expand Down
8 changes: 4 additions & 4 deletions src/css/linearplot.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,19 @@ g.root.node circle{
}

.islandpath, #islandpathLegend{
fill: #AA3377 !important;
fill: #648FFF !important;
}

.sigi, #sigiLegend{
fill: #66CCEE !important;
fill: #785EF0 !important;
}

.blast, #blastLegend{
fill: #228833 !important;
fill: #FFB000 !important;
}

.curated, #curatedLegend{
fill: #CCBB44 !important;
fill: #FE6100 !important;
}

.GIColourBody label{
Expand Down

0 comments on commit af2a154

Please sign in to comment.