mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-26 05:11:20 +00:00
style: Lighten previous TOC entries when scrolling
This commit is contained in:
@@ -271,6 +271,10 @@ html.light {
|
||||
}
|
||||
}
|
||||
}
|
||||
nav.hextra-toc li:has(~ li a.hextra-toc-active) > a {
|
||||
color: var(--hx-color-gray-400);
|
||||
opacity: 0.85;
|
||||
}
|
||||
}
|
||||
|
||||
html.dark {
|
||||
@@ -293,6 +297,10 @@ html.dark {
|
||||
}
|
||||
}
|
||||
}
|
||||
nav.hextra-toc li:has(~ li a.hextra-toc-active) > a {
|
||||
color: var(--hx-color-gray-500);
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
.content :where(a):not(:where([class~=not-prose],
|
||||
|
||||
Reference in New Issue
Block a user