<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}



/* increase max-width for blog posts */
body {
  max-width: 910px;
}

pre.sourceCode {
  padding: 10px;
}
.sourceCode {
  /* fix line endings */
  line-height: 20px;
  font-size: 16px;

  /* fix right padding */
  overflow: auto;
}

code.sourceCode {
  /*
    https://github.com/jgm/pandoc/issues/4278#issuecomment-359214752
    pointer-events: none;
    disables the text selection cursor to avoid having pop-ups appear
  */
  cursor: text;

  /* wrap instead of scroll */
  /*white-space: pre-wrap;*/
  /*word-break: break-all;*/
}
</pre></body></html>