1
0
Fork 0

implementación navbar landingpage en index milfs

This commit is contained in:
Hacky Purple 2018-10-10 22:10:21 -05:00
parent 28c935e11e
commit d21b44bd77
1 changed files with 10 additions and 1 deletions

View File

@ -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;