Jacky Zhao
2023-07-04 38cff2d670ecf7fd325aaaf776a4c250a72cc661
quartz/components/styles/toc.scss
@@ -29,7 +29,7 @@
  list-style: none;
  overflow: hidden;
  max-height: none;
  transition: max-height 0.3s ease;
  transition: max-height 0.5s ease;
  & ul {
    list-style: none;
@@ -38,7 +38,7 @@
    & > li > a {
      color: var(--dark);
      opacity: 0.35;
      transition: 0.5s ease opacity;
      transition: 0.5s ease opacity, 0.3s ease color;
      &.in-view {
        opacity: 0.75;
      }