This commit is contained in:
Jacky Zhao 2023-08-23 15:16:04 -07:00
parent 632c27b7ec
commit 2e0e518f5d
3 changed files with 9 additions and 3 deletions
quartz/components/styles

View file

@ -42,7 +42,9 @@ button#toc {
& > 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;
}