AppNav.css

13 lines | 152 B Blame History Raw Download
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-inverse {
  background-color: #373a3c;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}