Skip to content

Commit

Permalink
Merge pull request #502 from NewtCobell/345
Browse files Browse the repository at this point in the history
Issue #345 - remove grayscale from sponsor icons
  • Loading branch information
kstack7 authored Oct 16, 2016
2 parents f976101 + 76c6ec5 commit 2b2150b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/assets/stylesheets/chapters.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@
img {
width: 50%;
margin-bottom: 1.5em;
opacity: 0.35;
-webkit-filter: grayscale(75%);
&:hover{
opacity: 1;
-webkit-filter: grayscale(0%);
opacity: 1;
-webkit-filter: grayscale(0%);
&:hover, &:focus {
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
}
.subtitle {
Expand Down

0 comments on commit 2b2150b

Please sign in to comment.