feat: add story markers to trip map (white diamond); extend flash highlight to story cards

This commit is contained in:
2026-06-20 17:53:56 +00:00
parent d923f3eb46
commit ffcf156289
3 changed files with 25 additions and 5 deletions
+2 -1
View File
@@ -255,7 +255,8 @@ body::after {
.journal-post-body p { margin-bottom: var(--space-4); }
.journal-post-body p:last-child { margin-bottom: 0; }
.journal-post.is-highlighted {
.journal-post.is-highlighted,
.entry-card.is-highlighted {
animation: card-highlight 0.7s ease-out forwards;
}