Skip to content

Commit

Permalink
Guides: Invert poll iframes, fix #150
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 22, 2014
1 parent 198325f commit ee8d58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,9 @@
.contrib-legend li[style="background-color: #8cc665"] { background-color: #369 !important }
.contrib-legend li[style="background-color: #44a340"] { background-color: #48c !important }
.contrib-legend li[style="background-color: #1e6823"] { background-color: #5af !important }
/* invert images */
/* invert (rgb) */
#graph-shots li>a, #network .repo img:not(.gravatar), #header .logo, img[src="/images/logo@2x.png"], .site-logo a,
.github-jobs-promotion a.jobs-logo strong {
.github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"] {
filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'i\'><feColorMatrix color-interpolation-filters=\'srgb\' values=\'-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0\'/></filter></svg>#i");
-webkit-filter: invert(100%) !important;
}
Expand Down

0 comments on commit ee8d58b

Please sign in to comment.