Skip to content

Commit

Permalink
fix(region): css incorrect underline
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Oct 23, 2016
1 parent 8edcab2 commit 04304bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/region/region.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ region > div {
border-radius: 10px;
}

region a:hover {
text-decoration: none;
}

region h2 {
margin-top: 0;
}
Expand Down

0 comments on commit 04304bb

Please sign in to comment.