Skip to content

Commit

Permalink
Update link tag to coerce pointer on hover (and focus)
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
mbad0la authored and prabhakar267 committed Oct 14, 2017
1 parent 51d9f03 commit bf8faa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ strong, b {
color: #555
}
a:hover, a:focus {
outline: 0
outline: 0;
cursor: pointer
}
small, .small {
font-size: 11px
Expand Down Expand Up @@ -1693,4 +1694,4 @@ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', end
-moz-border-radius: 0 0 3px 0;
border-radius: 0 0 3px 0
}
@media(max-width:767px){body{padding:0!important}.wrapper{padding:20px 15px}}
@media(max-width:767px){body{padding:0!important}.wrapper{padding:20px 15px}}

0 comments on commit bf8faa3

Please sign in to comment.