Skip to content

Instantly share code, notes, and snippets.

@sys9kdr
Forked from Griever/ichimatsu.css
Last active December 19, 2015 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sys9kdr/5940818 to your computer and use it in GitHub Desktop.
Save sys9kdr/5940818 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(data:image/),
regexp("(?:https?|chrome)://.*\.(?:jpe?g|png|gif|bmp|svg|webp|JPE?G|PNG|GIF|BMP|SVG|WEBP)([?#].*)?$") {
body {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAAAAABWESUoAAAAHUlEQVQ4y2P4gQYeoAGGUQUjSgG6ALqGUQUjSgEAdjWwLh+tpFgAAAAASUVORK5CYII=") !important;
}
body > img[src][alt] {
box-shadow: 0px 0px 2px 1px navy;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment