Skip to content

Commit

Permalink
Merge pull request #180 from sbondCo/reveal-show
Browse files Browse the repository at this point in the history
Add shadow to `Click To Reveal`
  • Loading branch information
IRHM authored Oct 31, 2023
2 parents d117416 + 088fda0 commit 4dfd84d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/SeasonsListEpisode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@
opacity 150ms ease-in;
cursor: pointer;
span {
text-shadow: 0 0 6px $bg-color;
}
:global(svg) {
filter: drop-shadow(0 0 8px $bg-color);
}
&:hover,
&:active,
&:focus {
Expand Down

0 comments on commit 4dfd84d

Please sign in to comment.