Skip to content

Commit 7195f00

Browse files
feat: on hover effect added on discord button (#6915)
1 parent 5346f38 commit 7195f00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/src/components/chat-button.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ const ChatLink = styled.a`
1818
font-size: 14px;
1919
text-align: right;
2020
display: none;
21-
21+
&:hover {
22+
box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
23+
transform: translateY(-0.25em);
24+
}
2225
${mq[1]} {
2326
display: block;
2427
}

0 commit comments

Comments
 (0)