Jacky Zhao
2023-12-20 7bcf27241ff30d08e937b47d9fc113b781f7cebe
quartz/styles/base.scss
@@ -328,12 +328,13 @@
pre {
  font-family: var(--codeFont);
  padding: 0.5rem;
  padding: 0 0.5rem;
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid var(--lightgray);
  position: relative;
  &.mermaid {
  &:has(> code.mermaid) {
    border: none;
  }