Skip to content

Commit

Permalink
Use inherit font-color for heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Jan 20, 2017
1 parent 3df2d65 commit 2123596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar-heatmap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ text.month-name,
text.calendar-heatmap-legend-text,
text.day-initial {
font-size: 10px;
fill: #aaaaaa;
font-family: Helvetica, arial, 'Open Sans', sans-serif
}
.day-cell {
border: 1px solid gray;
fill: inherit;
}
rect.day-cell:hover {
stroke: #555555;
Expand Down

0 comments on commit 2123596

Please sign in to comment.