collapse button

This commit is contained in:
m
2026-03-14 20:43:05 +01:00
parent d365c587ec
commit db35fe4d20

View File

@@ -39,6 +39,17 @@ li.tw-relative {
background: #6b7280; background: #6b7280;
} }
/* hover only when expanded */
.timeline-button:hover:not(.collapsed) {
background: #6b7280;
}
/* collapsed state */
.timeline-button.collapsed {
background: transparent !important;
color: #6b7280;
}
/* 4. TYPOGRAPHY - BOLD & BLOG-SIZED */ /* 4. TYPOGRAPHY - BOLD & BLOG-SIZED */
/* Heading - Match "Project Timeline" style but smaller */ /* Heading - Match "Project Timeline" style but smaller */
.tw-text-lg, .tw-text-lg,