Jacky Zhao
2023-08-08 527ce6546e7ec50e7720ff7b9b6ff79a89c3b7fc
quartz/styles/base.scss
@@ -7,7 +7,7 @@
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: none;
  overflow-x: hidden;
  width: 100vw;
}
@@ -311,10 +311,10 @@
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid var(--lightgray);
  position: relative;
  &:has(> code.mermaid) {
    border: none;
    position: relative;
  }
  & > code {