Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
back to lime
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara committed Jan 22, 2015
1 parent 4e7a547 commit 02e62fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botbot/static/js/app/glob/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $$.Views.Glob = Backbone.View.extend({
.attr("cy", function(d) {
return projection([d[1], d[0]])[1];
})
.style("fill", "#0892d0")
.style("fill", "lime")
.attr("r", 0)
.transition()
.duration(100)
Expand Down

0 comments on commit 02e62fa

Please sign in to comment.