Skip to content

Commit

Permalink
Merge pull request #18 from su-ex/patch-1
Browse files Browse the repository at this point in the history
Fix navbar toggle
  • Loading branch information
David Miller committed Jan 21, 2016
2 parents 3cb0506 + 9c63a3a commit 99cfb1b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions less/grayscale.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ a {
text-transform: uppercase;
font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
background-color: @dark;
.navbar-toggle {
padding: 4.6666667px 6px;
font-size: 16px;
color: @light;
&:focus,
&:active {
outline: none;
}
}
.navbar-brand {
font-weight: 700;
&:focus {
outline: none;
}
.navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: @light;
&:focus,
&:active {
outline: none;
}
}
}
a {
color: @light;
Expand Down Expand Up @@ -349,4 +349,4 @@ img::-moz-selection {

body {
webkit-tap-highlight-color: fade(@light, 20%);
}
}

0 comments on commit 99cfb1b

Please sign in to comment.