body {
  --font-size: 16px;
  font: 16px 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

ul, li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

code {
  padding: 0;
  font-size: 100%;
  color: black;
  background-color: white;
  border: 0px solid white;
}

a code {
  color: #08c;
}
