/* some style */
/* copied from milligram themes: dark2 */

html {
    height: 100%;
}

body {
  background: #2c2f34;
  color: #f2f2f2;
  height: 100%;
}

input {
    color: #f2f2f2;
}

.navigation .title,
.navigation-title {
  color: #f2f2f2;
}

.navigation {
  background: #34373c;
  border-bottom: 0.1rem solid #1b1c1d;
}

.header {
  background-color: #141518;
}

pre {
  background: #141518;
}

.prettyprint {
  color: #f2f2f2;
}

.prettyprint.lang-md * {
  color: #f2f2f2 !important;
}

code {
  background: #141518;
}

.prettyprint .atv {
  color: rgba(73, 158, 223, 1);
}
