From bda16ecec35f6b9ec3ee9e916746947a05043c89 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Thu, 4 Aug 2016 14:58:23 +0200 Subject: [PATCH] tweaked masthead style --- docs/assets/scss/bmd/_masthead.scss | 7 +------ docs/index.html | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/assets/scss/bmd/_masthead.scss b/docs/assets/scss/bmd/_masthead.scss index ee4865be..f44e2425 100644 --- a/docs/assets/scss/bmd/_masthead.scss +++ b/docs/assets/scss/bmd/_masthead.scss @@ -1,5 +1,5 @@ .bd-masthead { - background-image: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.4)), url("../assets/img/bg.jpg"); + background-image: linear-gradient(rgba(66, 66, 167, 0.2),rgba(57, 57, 152, 0.4)), url(../assets/img/bg.jpg); background-position: center top; background-size: cover; @@ -7,11 +7,6 @@ color: #fff; } - .btn { - border-style: solid; - border-width: 1px; - } - .cb { margin-bottom: -2rem !important; } diff --git a/docs/index.html b/docs/index.html index c4a0b16c..43234680 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ title: Bootstrap Material Design, the world's most popular mobile-first and resp BMD

Bootstrap Material Design, the world's most popular mobile-first and responsive Material Design front-end framework.

- Download + Download

Currently v{{ site.data.version }}

{% include ads.html %}