mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-17 10:43:39 +00:00
local and global graph
This commit is contained in:
parent
8bfee04c8c
commit
c4cf0dcb02
23 changed files with 1288 additions and 110 deletions
quartz/components/styles
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue