dependabot[bot]
2024-02-13 4a28d0e5d1b8fa866d0594a89ad72a751633dc8c
quartz/components/styles/toc.scss
@@ -30,6 +30,7 @@
  overflow: hidden;
  max-height: none;
  transition: max-height 0.5s ease;
  position: relative;
  &.collapsed > .overflow::after {
    opacity: 0;
@@ -42,7 +43,9 @@
    & > li > a {
      color: var(--dark);
      opacity: 0.35;
      transition: 0.5s ease opacity, 0.3s ease color;
      transition:
        0.5s ease opacity,
        0.3s ease color;
      &.in-view {
        opacity: 0.75;
      }