Created
October 29, 2016 02:09
-
-
Save geminorum/9271ee97124bbcadd859e51e03832d9f 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
.entry-content { | |
img { | |
box-sizing: border-box; | |
max-width: 100%; | |
height: auto; | |
border: 1px solid #ccc; | |
padding: 2px; | |
} | |
a img { | |
opacity: .85; | |
transition: all .5s ease-in-out; | |
} | |
a:hover, | |
a:focus { | |
img { | |
opacity: 1; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment