@import "shared-style.css";

body, img {
   max-width: 36rem;
   margin-left: auto;
   margin-right: auto;
}

pre, code {
   white-space: pre-wrap;
}

@media (max-width: 48rem) {
   body, img {
      max-width: 100%;
   }
}

/*@media (prefers-color-scheme: dark) {*/
/*  body {*/
/*    background: #1c1c1c;*/
/*    color: #cccccc;*/
/*  }*/

/*  a {*/
/*    color: #a3b6ff;*/
/*  }*/

/*  pre, code {*/
/*    background: #dadada;*/
/*    color: #2a2a2a;*/
/*  }*/
/*}*/
