Skip to content

Commit

Permalink
remove transparency on hover from sidebar image
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Oct 17, 2018
1 parent 5055f27 commit 79983e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@include breakpoint($large) {
@include span(2 of 12);
opacity: 0.75;
opacity: 1;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;

Expand Down

0 comments on commit 79983e8

Please sign in to comment.