diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 9042faac7..c086131af 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -26,7 +26,9 @@

The Fast and Flexible Static Site Generator


learn more - download
+ download +
+ github documentation diff --git a/docs/static/static/css/HPstyles.css b/docs/static/static/css/HPstyles.css index 474a9610f..aa8b5acc7 100644 --- a/docs/static/static/css/HPstyles.css +++ b/docs/static/static/css/HPstyles.css @@ -274,6 +274,22 @@ footer a:hover { /* Bootstrap Addons */ +.btn-dark { + color:white; + background-color: rgba(30,30,30, 0.8); + border-color: black; +} + +.btn-dark:hover, +.btn-dark:focus, +.btn-dark:active, +.btn-dark.active, +.open .dropdown-toggle.btn-dark { + color: white; + background-color: black; + border-color: black; +} + .btn-clear { color:#888;