diff --git a/components/powerStationMarker/index.scss b/components/powerStationMarker/index.scss index 408c08c..44e17bc 100644 --- a/components/powerStationMarker/index.scss +++ b/components/powerStationMarker/index.scss @@ -98,8 +98,9 @@ .entityButton { cursor: pointer; text-decoration: underline; + color: #0000EE; &:hover { - color: #333; + color: #000099; } } }