Skip to content

Commit 1f0d0ee

Browse files
committed
Make next part hover state prettier
1 parent 708347e commit 1f0d0ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/EndOfSubSection.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ const StyledLink = styled(Link)`
1616
margin: 1rem 0;
1717
display: inline-block;
1818
width: 100%;
19+
border-radius: 10px;
20+
background-color: white;
21+
transition: background-color 0.2s;
1922
2023
&:hover {
2124
text-decoration: none;
22-
font-weight: bold;
2325
color: black;
26+
background-color: #eeeeee;
2427
}
2528
`
2629

0 commit comments

Comments
 (0)