Skip to content

Commit

Permalink
Fix issue speced#12
Browse files Browse the repository at this point in the history
Also cleaned up stylesheet and modified fake_users2.json so that
there’s more variation between two sample jsons
  • Loading branch information
almossawi committed May 9, 2014
1 parent 1679c7a commit 47c7c95
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 222 deletions.
93 changes: 93 additions & 0 deletions css/style-darkness.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
a,
a:active,
a:visited {
color: #fff;
text-decoration: none;
}

.area1-color {
fill: #ffd300;
}

.area2-color {
fill: #18ff00;
}

.area3-color {
fill: #ff0000;
}

body {
background-color: #272727;
color: #e8e8e8;
}

circle {
fill: #ffcb00;
}

.markers line {
stroke: #fff;
}

.markers text {
fill: #fff;
}

.baselines line {
stroke: #fff;
}

.baselines text {
fill: #fff;
}

.goal line {
stroke: #fff;
}

.goal text {
fill: #fff;
}

.goals_rollover_text {
fill: #fff;
}

h2.chart_title span {
color: #fff;
}

.line1-color {
stroke: #ffd300;
}

.line2-color {
stroke: #18ff00;
}

.line3-color {
stroke: #ff0000;
}

.popover {
color: #737373;
}

text {
fill: #fff;
}

.x-axis line,
.y-axis line {
stroke: #fff;
}

.x-axis text,
.y-axis text {
fill: #fff;
}

.year-marker text {
fill: #fff;
}
Loading

0 comments on commit 47c7c95

Please sign in to comment.