Sean Missingham
2024-07-01 f7bd2137ecbb81f3ed50ae9ccaaee27ae855c11a
quartz/styles/base.scss
@@ -53,6 +53,10 @@
  }
}
strong {
  font-weight: $semiBoldWeight;
}
a {
  font-weight: $semiBoldWeight;
  text-decoration: none;
@@ -75,6 +79,11 @@
      border-radius: 0;
      padding: 0;
    }
    &.tag-link {
      &::before {
        content: "#";
      }
    }
  }
  &.external .external-icon {
@@ -472,6 +481,10 @@
  flex: 1 1 auto;
}
div:has(> .overflow) {
  position: relative;
}
ul.overflow,
ol.overflow {
  max-height: 400;
@@ -504,3 +517,8 @@
    padding-left: 1rem;
  }
}
.katex-display {
  overflow-x: auto;
  overflow-y: hidden;
}