Jacky Zhao
2023-08-08 09d4eb0684eac96747778656fc4a8f8085c41388
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;
}
@@ -108,6 +108,10 @@
      margin-top: 0;
      margin-bottom: 0;
    }
    p > strong {
      color: var(--dark);
    }
  }
  & > #quartz-body {
@@ -311,10 +315,10 @@
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid var(--lightgray);
  position: relative;
  &:has(> code.mermaid) {
    border: none;
    position: relative;
  }
  & > code {