From 91cc2787ecd4928c5abe394c578b52d131818b39 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 29 Jun 2016 22:31:47 +0200 Subject: [PATCH] Update clean-blog.css fixed desktop header issue --- css/clean-blog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/clean-blog.css b/css/clean-blog.css index 4b81210..ee275d2 100644 --- a/css/clean-blog.css +++ b/css/clean-blog.css @@ -103,6 +103,10 @@ hr.small { .navbar-custom .nav li a:focus { color: rgba(255, 255, 255, 0.8); } + + .navbar-default .navbar-collapse, .navbar-default .navbar-form { + background: transparent; + } } @media only screen and (min-width: 1170px) { .navbar-custom {