/* Force dark colors */
:root,
[data-theme="dark"] {
  --bulma-body-background-color: #0f172a;
  --bulma-body-color: #e5e7eb;

  --bulma-background: #020617;
  --bulma-text: #e5e7eb;

  --bulma-border: #1e293b;

  --bulma-link: #38bdf8;
  --bulma-link-hover: #7dd3fc;

  --bulma-scheme-main: #020617;
  --bulma-scheme-main-bis: #020617;
  --bulma-scheme-main-ter: #020617;

  --bulma-scheme-invert: #e5e7eb;
}

#app {
background-color: #020617;
  color: #e5e7eb;
}

.card {
  background-color: #020617;
  color: #e5e7eb;
}

.columns, .column {
 background-color: #020617;
  color: #e5e7eb;
}

.block, .columns, .section {
  background-color: #020617;
  color: #e5e7eb;
}

.table {
  background-color: #020617;
  color: #e5e7eb;
}

.table thead th {
  color: #cbd5f5;
  border-color: #1e293b;
}

.input,
.textarea,
.select select {
  background-color: #020617;
  color: #e5e7eb;
  border-color: #1e293b;
}

.input::placeholder {
  color: #64748b;
}

.navbar {
  background-color: #020617;
}

.navbar-item,
.navbar-link {
  color: #e5e7eb;
}
