Ben Schlegel
2023-09-15 91f9ae2d71d5c28ba7d2182eed5a9f77da1fbe8d
quartz/styles/base.scss
@@ -446,7 +446,7 @@
ul.overflow,
ol.overflow {
  height: 300px;
  max-height: 300;
  overflow-y: auto;
  // clearfix
@@ -454,7 +454,7 @@
  clear: both;
  & > li:last-of-type {
    margin-bottom: 50px;
    margin-bottom: 30px;
  }
  &:after {
@@ -470,3 +470,9 @@
    background: linear-gradient(transparent 0px, var(--light));
  }
}
.transclude {
  ul {
    padding-left: 1rem;
  }
}