Jacky Zhao
2022-07-14 7ccff2cf3d4f7a96be2cf890093798067951fd2e
assets/styles/syntax.scss
@@ -45,7 +45,7 @@
}
.chroma code {
  font-family: 'Fira Code' !important;
  font-family: var(--font-mono) !important;
  font-size: 0.85em !important;
  line-height: 2em !important;
  background: none !important;
@@ -56,3 +56,7 @@
  border-radius: 3px !important;
  margin: 0 !important;
}
pre.chroma {
  -moz-tab-size:4;-o-tab-size:4;tab-size:4;
}