Skip to content

Commit

Permalink
Merge pull request #391 from rnsloan/events-map-link-color
Browse files Browse the repository at this point in the history
Fix events map link color
  • Loading branch information
jona committed Nov 29, 2015
2 parents 5ff88eb + d8c5162 commit 8228de5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions layouts/css/page-modules/_events.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@
margin-top 20px

.marker-image img
width 100%
max-width 320px
max-height 100px

.marker-title a
color $node-green
text-decoration none
&:hover
color $white
background $node-green


.events-map-key
padding 8px 0
text-align center
Expand Down

0 comments on commit 8228de5

Please sign in to comment.