-
-
Save sys9kdr/5940818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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