Skip to content

Commit

Permalink
Make text visible again haha
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 3, 2020
1 parent e2348ef commit 2f2ad0a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/styles/modules/_showcase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
&:hover {
.backdrop {
&::after {
opacity: 0;
opacity: 0.1;
}

.img {
Expand All @@ -65,11 +65,7 @@

&::after {
transition: opacity var(--transition-fast);
opacity: 0.3;

@include breakpoint-up(lg) {
opacity: 0;
}
opacity: 0.4;
}
}

Expand Down

0 comments on commit 2f2ad0a

Please sign in to comment.