Skip to content

Commit

Permalink
Merge pull request #10 from OpenUpSA/feature/blue-link
Browse files Browse the repository at this point in the history
Used traditional link colors for entities
  • Loading branch information
paulmwatson authored Jul 8, 2024
2 parents d39cdee + 0f74f72 commit b79d2d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/powerStationMarker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@
.entityButton {
cursor: pointer;
text-decoration: underline;
color: #0000EE;
&:hover {
color: #333;
color: #000099;
}
}
}
Expand Down

0 comments on commit b79d2d9

Please sign in to comment.