Jacky Zhao
2023-06-18 c4cf0dcb022ff826433b63b8ff68830bb8503895
quartz/components/styles/toc.scss
@@ -30,6 +30,7 @@
  overflow: hidden;
  max-height: none;
  transition: max-height 0.3s ease;
  font-size: 0.9rem;
  & ul {
    list-style: none;
@@ -38,7 +39,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;
      }