Jacky Zhao
2023-08-23 2e0e518f5dbddc3b55e9dd1a085c2a88d365b599
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;
      }