Remove animated timeline dot

This commit is contained in:
2025-11-19 01:55:56 +08:00
parent 3425098006
commit 77bd180d97
2 changed files with 1 additions and 5 deletions

View File

@@ -46,10 +46,6 @@ body {
}
}
.timeline-scroll-dot {
animation: timeline-scroll 6s linear infinite;
will-change: transform, opacity;
}
.toc-target-highlight {
@apply bg-yellow-50/60 dark:bg-yellow-900/40 transition-colors duration-500;