forked from qwerty/milfs
implementación navbar landingpage en index milfs
This commit is contained in:
parent
28c935e11e
commit
d21b44bd77
@ -17,7 +17,16 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
.top {
|
.top {
|
||||||
opacity: 1;
|
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{
|
#titulo_cabecera a{
|
||||||
color: lightgrey !important;
|
color: lightgrey !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user