Skip to content

Commit

Permalink
Traffic: remove svg path adjoining class. Fixes #165
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Sep 1, 2014
1 parent 468ca25 commit 59f087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
svg|g.axis svg|path, svg|line.axis, svg|svg:not(.vis) svg|g.axis svg|line {
stroke: #444 !important;
}
svg|path.path:not(.total):not(.unique):not(.views) {
svg|path:not(.total):not(.unique):not(.views) {
stroke: #aaa !important;
}
#commit-activity-detail svg|path.path {
Expand Down

1 comment on commit 59f087b

@Mottie
Copy link
Member Author

@Mottie Mottie commented on 59f087b Sep 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully this won't break other svg path styles...

Please sign in to comment.