Skip to content

Commit

Permalink
Polls: Fix image inversion. See #612
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed May 10, 2018
1 parent 97ce592 commit 8f18587
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 @@ -2183,7 +2183,7 @@
filter: invert(100%) hue-rotate(180deg) !important;
}
/* invert network graph; gh-polls (https://github.com/tj/gh-polls) */
div#network.network > div > canvas, a[href*="prod/poll/"] img,
div#network.network > div > canvas, a[href*="api.gh-polls.com"] img,
img[data-canonical-src*="prod/timeseries/"], img[alt="FOSSA Status"] {
filter: invert(90%) hue-rotate(180deg) !important;
}
Expand Down

0 comments on commit 8f18587

Please sign in to comment.