Jacky Zhao
2023-08-08 533d68e642ca82b540d57a449d0e2c98ed921d6e
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;
}
@@ -42,6 +42,7 @@
  hyphens: auto;
}
.math {
  font-size: 1.1rem;
  &.math-display {
@@ -108,6 +109,10 @@
      margin-top: 0;
      margin-bottom: 0;
    }
    p > strong {
      color: var(--dark);
    }
  }
  & > #quartz-body {
@@ -311,10 +316,10 @@
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid var(--lightgray);
  position: relative;
  &:has(> code.mermaid) {
    border: none;
    position: relative;
  }
  & > code {