Jacky Zhao
2024-01-13 4e82b0d8ce805ca832e08bafcfe5144e352c2d05
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;
  }