Highlight to non-orange

This commit is contained in:
Jaco Greeff
2019-09-13 12:23:50 +02:00
parent abfb07e238
commit 435cf90cb7
+1 -1
View File
@@ -54,7 +54,7 @@ const Wrapper = styled.div`
}
&.highlight:before {
box-shadow: 0 0 5px 2px darkorange;
box-shadow: 0 0 5px 2px #aaa;
}
}
`;