Change the header bar background colors to match the new landing background
This commit is contained in:
parent
338a14712c
commit
2469d063ed
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
nav.navbar {
|
nav.navbar {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-image: linear-gradient(to bottom, #485664 0%,#81878D 100%);
|
background-image: linear-gradient(to bottom, #274766 0%,#366492 100%)
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.navbar-default .navbar-nav>li>a {
|
nav.navbar-default .navbar-nav>li>a {
|
||||||
|
|
Reference in a new issue