/* User Agent style で margin 効いてた。sanitize.css で無効化されなかった。 */
form {
  margin: 0;
}

.navbar-nav .nav-item .nav-link {
  cursor: pointer;
}
.navbar-nav .nav-item .nav-link:hover {
  font-weight: bold;
}

/* table の背景色が濃すぎたので調整 */
.table-success {
  --bs-table-bg: #d2f5df !important;
}
.table-danger {
  --bs-table-bg: #ffedef !important;
}
