body.theme-dark {
  background: #181c24;
  color: #e0e6ef;
  font-family: "Fira Mono", "Consolas", "Menlo", monospace;
}

.title,
.subtitle,
.label,
.help,
.content,
.notification,
.tag,
table,
th,
td {
  color: #e0e6ef;
}

.box {
  background: #23293a;
  border: 1px solid #2f374c;
  box-shadow: none;
}

.input,
.select select,
.textarea {
  background: #1a2030;
  border-color: #2f374c;
  color: #e0e6ef;
}

.input::placeholder {
  color: #93a1b5;
}

.button.is-light {
  background: #2b3448;
  border-color: #3b4660;
  color: #e0e6ef;
}

.notification.is-dark {
  background: #1f2636;
  border: 1px solid #2f374c;
}

.notification.is-info,
.notification.is-warning,
.notification.is-danger {
  border: 1px solid #2f374c;
}

.table {
  background: #23293a;
}

.table thead th {
  color: #c7d1df;
}

.table tbody tr:hover {
  background: #2b3448;
}

.tag.is-dark {
  background: #2b3448;
}
