Jacky Zhao
2023-11-12 cf6ab9e9333b5f76cb9e06f6687f2b4f8fbe91bd
quartz/components/styles/toc.scss
@@ -42,7 +42,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;
      }