/* Styles of list/templates/list/toolbar.html, moved out of its inline <style>. */

.nav-link {
  padding: 0.75rem;
  transition: font-weight 0.2s, color 0.2s;
}
.nav-link:hover,
.nav-link:focus {
  font-weight: bold;
}
.dropdown-item:hover {
  font-weight: bold;
}
.navbar-brand span {
  transition: font-weight 0.2s;
}
.navbar-brand:hover span {
  font-weight: bolder;
}
