local and global graph

This commit is contained in:
Jacky Zhao
2023-06-18 10:47:07 -07:00
parent 659cbc4743
commit a622d97e19
23 changed files with 1288 additions and 110 deletions

View File

@ -30,6 +30,7 @@ button#toc {
overflow: hidden;
max-height: none;
transition: max-height 0.3s ease;
font-size: 0.9rem;
& ul {
list-style: none;
@ -38,7 +39,7 @@ button#toc {
& > 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;
}