Skip to content

Commit

Permalink
feat: on hover effect added on discord button (#6915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyashingale authored Oct 16, 2023
1 parent 5346f38 commit 7195f00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/src/components/chat-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ const ChatLink = styled.a`
font-size: 14px;
text-align: right;
display: none;
&:hover {
box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
transform: translateY(-0.25em);
}
${mq[1]} {
display: block;
}
Expand Down

0 comments on commit 7195f00

Please sign in to comment.