Skip to content

Commit

Permalink
fix(doc): download button focus color
Browse files Browse the repository at this point in the history
  • Loading branch information
ygatesoupe committed Feb 3, 2016
1 parent 4074a95 commit 7c610dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-orange/assets/scss/_boosted-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
&:active,
&:hover,
&:focus {
color: $brand-orange-black;
color: $brand-orange-white;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs-orange/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="bd-boosted-icon">Orange B<span class="text-primary">oo</span>sted with Bootstrap</span>
<p class="lead">Orange Boosted is a framework library accessible, ergonomic and Orange branded based on <a href="https://github.com/twbs/bootstrap/tree/v{{ site.current_version }}" target="_blank">Bootstrap v{{ site.current_version }}</a>.</p>
<p class="lead">
<a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-inverse btn-lg">Download Bootstrap</a>
<a href="{{ site.baseurl }}/getting-started/download" class="btn btn-outline-primary btn-lg">Download Bootstrap</a>
</p>
<p class="version">Currently v{{ site.current_version }}</p>
</div>
Expand Down

0 comments on commit 7c610dd

Please sign in to comment.