/* npm-dark.css */
body {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
}

.card, .table, .modal-content {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
}

a, .btn {
  color: #bb86fc !important;
}
