Skip to content

Instantly share code, notes, and snippets.

@geminorum
Created October 29, 2016 02:09
Show Gist options
  • Save geminorum/9271ee97124bbcadd859e51e03832d9f to your computer and use it in GitHub Desktop.
Save geminorum/9271ee97124bbcadd859e51e03832d9f to your computer and use it in GitHub Desktop.
.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