diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 13b7d2d5..19568d16 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -54,7 +54,33 @@ } } - .navbar-inverse .navbar-brand { color: #fff; } + section { + margin-bottom: 40px; + } + + .btn-toolbar { + margin-bottom: 20px; + } + + .jumbotron { + background-color: #428BCA; + color: #fff; + } + + .btn-outline-inverse { + color: #FFF; + background-color: transparent; + border-color: #fff; + } + + .btn-outline-inverse:hover { + color: #428BCA; + background-color: white; + } + + .navbar { + border-bottom: 1px solid #eee; + } /* anchor.js */ .anchorjs-link { diff --git a/docs/index.html b/docs/index.html index 95a7502c..1030bf37 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,7 +15,7 @@ slug: home