Skip to content

Commit

Permalink
Remove contrast filter from twitch thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
whitep4nth3r committed Sep 20, 2023
1 parent dbf589b commit 69513ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_sass/_twitch-info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
transition: all var(--global-transition-time) ease-in-out;

&:hover {
filter: grayscale(0) contrast(1.1);
filter: grayscale(0);
}
}

.twitchInfo__thumbnail--live {
filter: grayscale(0) contrast(1.1);
filter: grayscale(0);
}

.twitchInfo__deets {
Expand Down

0 comments on commit 69513ab

Please sign in to comment.