Jacky Zhao
2023-07-05 92ca78709227c6117797c52eada7d471bb4ba96a
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;
      }