We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708347e commit 1f0d0eeCopy full SHA for 1f0d0ee
1 file changed
src/components/EndOfSubSection.js
@@ -16,11 +16,14 @@ const StyledLink = styled(Link)`
16
margin: 1rem 0;
17
display: inline-block;
18
width: 100%;
19
+ border-radius: 10px;
20
+ background-color: white;
21
+ transition: background-color 0.2s;
22
23
&:hover {
24
text-decoration: none;
- font-weight: bold;
25
color: black;
26
+ background-color: #eeeeee;
27
}
28
`
29
0 commit comments