mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
Make navbar look less Bootstrap-ed
Change navbar colors to match re2o colors.
This commit is contained in:
parent
dabf484422
commit
2702bee918
1 changed files with 14 additions and 0 deletions
|
@ -31,6 +31,20 @@ a > i.fa {
|
|||
display: initial;
|
||||
}
|
||||
|
||||
/* Make navbar look less Bootstraped */
|
||||
.navbar-inverse {
|
||||
background-color: #612210;
|
||||
border-color: #f9a01b;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
color: #d6d6d6;
|
||||
}
|
||||
|
||||
/* Add right colors for buttons in dropdown in navbar-inverse (else it is light
|
||||
* gray on white bg and white when hovered */
|
||||
.navbar-inverse .dropdown-menu .btn-link {
|
||||
|
|
Loading…
Reference in a new issue