@import "syntax.css";

body {
  font-family: serif;

  margin: 20px auto;
  max-width: 770px;
  line-height: 1.6;
  font-size: 18px;
  padding: 10px;
}

/* @media (prefers-color-scheme: dark) {
  body {
    color: #c9d1d9;
    background: #0d1117;
  }
  a:link {
    color: #58a6ff;
  }
  a:visited {
    color: #8e96f0;
  }
} */

h1,
h2,
h3 {
  line-height: 1.2;
}

h2 {
  border-bottom: 1px solid #666;
}

footer {
  border-top: thin solid;
}

pre {
  background: #f3f3f3;
  border: 1px solid #bbb;
  line-height: 1.45em;
  padding: 0.8em 1em;
  overflow: auto;
  /* white-space: pre-wrap; */
}

p code {
  /* display: inline-block; */
  white-space: break-spaces;
  background-color: #f3f3f3;
  padding: 0 2px;
  margin: -1px 0px;
}
