@media (prefers-color-scheme: dark) {
  body {
    color: #d5f2df; }
  body div.complete-container {
    color: #d5f2df; }
  a {
    color: #beeee5; }
  body div.search {
    background: #602c74; }
  body div.search div.fake-text-box input[type="text"] {
    border: solid black 5px;
    border-radius: 20px; }
  body div.search-results > div.description {
    color: #d5f2df; }
  body div.search-overlay {
    background: #23192a; }
  body div.page-contents {
    background: #23192a; }
  body div.search-results > div.description {
    background: #81613c;
    border: solid #584126 0.3rem; }
  input[type="submit"] {
    background: blueviolet; }
  input {
    color: #d5f2df; }
  body nav.mobile-shortcuts {
    background: #602c74; }
  body nav a {
    background: #602c74; }
  select {
    background: black;
    border: none;
    color: white; }
  body div.search-overlay div.search-results div.search-result
div.search-result-content {
    background: #23192a; }
  body div.page-contents div.description form.xmpp-login-form input {
    background: black; }
    body div.page-contents div.description form.xmpp-login-form input[type="submit"] {
      background: blueviolet; }
  body div.page-contents div.description form.xmpp-register-form input {
    background: black; }
    body div.page-contents div.description form.xmpp-register-form input[type="submit"] {
      background: blueviolet; } }
