aboutsummaryrefslogblamecommitdiffstats
path: root/panel/src/components/Navbar.css
blob: ee3870725351bd6da9542f4e0b97a4524b2aff64 (plain) (tree)


























                             
.navbar {
  background-color: #343a40;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.navbar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.navbar-item {
  margin: 0 1rem;
}

.navbar-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.navbar-item a:hover {
  text-decoration: underline;
}