Skip to content

Commit ab60b8f

Browse files
committed
Make link icon color consistent with other links
1 parent 178d434 commit ab60b8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ a {
3535
margin-left: 16px;
3636
transform: rotate(-45deg);
3737
color:lighten(getColor(dusty-grey), 10%);
38+
39+
&:hover {
40+
color: lighten(getColor(denim), 5%);
41+
}
3842
}
3943

4044
&:hover {

0 commit comments

Comments
 (0)