ArtfulAzeria
2023-09-29 5232d09af520e12bc421cf19ae5d231a7e36cd4d
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;
      }