local and global graph

This commit is contained in:
Jacky Zhao 2023-06-18 10:47:07 -07:00
parent 8bfee04c8c
commit c4cf0dcb02
23 changed files with 1288 additions and 110 deletions
quartz/components/styles

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;
}