1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 06:11:23 +00:00
This commit is contained in:
Jacky Zhao
2023-08-23 15:16:04 -07:00
parent 632c27b7ec
commit 2e0e518f5d
3 changed files with 9 additions and 3 deletions

View File

@@ -42,7 +42,9 @@ button#toc {
& > li > a {
color: var(--dark);
opacity: 0.35;
transition: 0.5s ease opacity, 0.3s ease color;
transition:
0.5s ease opacity,
0.3s ease color;
&.in-view {
opacity: 0.75;
}