:root {
  /*
   * Needed because Roboto Mono does not have good unicode support.
   */
  --md-code-font: "Consolas";
}

.box-drawing pre code {
  /*
   * Box drawing characters only look nice with normal line height.
   * See https://unicode-table.com/en/blocks/box-drawing/
   */
  line-height: normal;
}

table.highlighttable {
  max-height: 75vh;
  overflow-y: scroll;
}
