From d21b44bd771e0332a5a42f931db0fb1a8c400227 Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Wed, 10 Oct 2018 22:10:21 -0500 Subject: [PATCH] =?UTF-8?q?implementaci=C3=B3n=20navbar=20landingpage=20en?= =?UTF-8?q?=20index=20milfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e314166..a3b2ed0 100644 --- a/css/style.css +++ b/css/style.css @@ -17,7 +17,16 @@ h1, h2, h3, h4, h5, h6 { .top { opacity: 1; } - +.navbar-inverse { + background-color: #222; + border-color: #090909; +} +.navbar-inverse .navbar-nav > li > a { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { + background: #fb4f59; +} #titulo_cabecera a{ color: lightgrey !important;