Jacky Zhao
2023-10-22 60b3bc34cb07b5bec87cbd667ea9f804ff14cf3c
quartz/styles/base.scss
@@ -1,7 +1,6 @@
@use "./custom.scss";
@use "./variables.scss" as *;
@use "./syntax.scss";
@use "./callouts.scss";
@use "./variables.scss" as *;
html {
  scroll-behavior: smooth;
@@ -95,6 +94,8 @@
  }
  & article {
    position: relative;
    & > h1 {
      font-size: 2rem;
    }
@@ -325,7 +326,6 @@
  border-radius: 5px;
  overflow-x: auto;
  border: 1px solid var(--lightgray);
  position: relative;
  &:has(> code.mermaid) {
    border: none;