diff --git a/templates_full.txt b/templates_full.txt index 85ca0e0..b7fbabb 100644 --- a/templates_full.txt +++ b/templates_full.txt @@ -67,6 +67,9 @@ .history-item.toggle { border-left-color: #8b5cf6; } .modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 50; display: flex; align-items: center; justify-content: center; } .modal-content { max-width: 600px; width: 90%; max-height: 80vh; overflow: auto; } + .section-header { cursor: pointer; user-select: none; } + .section-header:hover { opacity: 0.85; } + .chevron { display: inline-block; transition: transform 0.2s ease; font-size: 14px; }
@@ -555,20 +558,20 @@ -