html > * {
  background-color: #1f1f1f !important;
  color: #dcdccc !important;
  border-color: black !important;
}

a {
  color: #efdcbc !important;
}

a:visited {
  color: #cfac9c !important;
}

body input, body textarea, body select, body button {
  background-color: #4f4f4f !important;
  color: #dcdccc !important;
  border: 1px solid black !important;
}
