Tone-down highlights (#205)

This commit is contained in:
Jaco Greeff
2019-09-13 08:52:36 +02:00
committed by GitHub
parent 07644a0434
commit b12abc3c78
+1 -1
View File
@@ -54,7 +54,7 @@ const Wrapper = styled.div`
}
&.highlight:before {
box-shadow: 0 0 5px 2px red;
box-shadow: 0 0 5px 2px darkorange;
}
}
`;