blob: e87ac220eaae8664c3fac562592ecd6390f98fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.navbar-fripost {
background-color: inherit;
border-bottom: black thin solid;
border-radius: 0;
margin-top: 1em
}
.navbar-fripost a {
color: black;
}
.navbar-fripost .navbar-toggle .icon-bar {
background-color: black;
}
|