body {
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

#sidebar {
  background-color: rgba(33, 33, 33, 1);
}
    #sidebar > .inner > .alt {
      background-color: rgba(0, 0, 0, 1);
    }

strong, b {
  color: rgba(255, 255, 255, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(255, 255, 255, 0.8);
}

#menu ul a.opener, #menu ul span.opener {
    color: rgba(75, 190, 150, 0.8);
}

a {
    color: rgba(75, 190, 150, 0.8) !important;
}
  a:link {
    color: rgba(75, 190, 150, 0.8) !important;
  }
  a:active {
    color: rgba(75, 190, 150, 0.8) !important;
  }
  a:visited {
    color: rgba(75, 190, 150, 0.8) !important;
  }
  a:hover {
    color: rgba(0, 206, 209, 1)  !important;
  }

/*
Lang Labels
*/
.lang-js {
  color: rgba(250, 250, 0, 0.7);
}
.lang-html {
  color: rgba(237, 131, 9, 0.85);
}
.lang-react {
  color: rgba(94, 216, 230, 0.85);
}