local and global graph
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user