redo button styles

- rename .btn-bs to .btn-bd-purple
- abstract yellow masthead button into .btn-bd-yellow and use it the new
docs navbar
This commit is contained in:
Mark Otto 2017-05-30 12:03:24 -07:00
parent 43fac7418e
commit 39a258ddfe
5 changed files with 23 additions and 20 deletions

View file

@ -61,5 +61,5 @@
</li>
</ul>
<a class="btn btn-outline-secondary d-none d-md-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
<a class="btn btn-bd-yellow d-none d-md-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
</header>