Skip to content

Commit

Permalink
Merge pull request aframevr#381 from K4orta/feature-link-styles
Browse files Browse the repository at this point in the history
Change the margin/padding of featured links
  • Loading branch information
ngokevin authored Oct 25, 2016
2 parents df2364c + b003adb commit d7b5944
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/aframe/source/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@ ul {

li {
line-height: 30px;
margin-left: -3px;
padding: 2px 4px 2px 3px;
text-transform: uppercase;

&:hover {
background-color: rgba(0,0,0,0.05);
}
Expand Down

0 comments on commit d7b5944

Please sign in to comment.