updating from dev

This commit is contained in:
2026-05-04 04:24:18 +02:00
parent 46afca976d
commit 2f1e42343b
76 changed files with 5554 additions and 2527 deletions

View File

@@ -593,11 +593,18 @@
.scroller-blur.revealed, .scroller-blur:hover { filter: none; }
.comment-meta { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.comment-time { font-size: .67rem; color: rgba(255,255,255,.38); }
.comment-reply-btn {
.comment-reply-btn, .comment-quote-btn {
background: none; border: none; color: rgba(255,255,255,.45); font-size: .67rem;
font-weight: 700; cursor: pointer; padding: 0; text-transform: none;
}
.comment-reply-btn:hover { color: var(--accent, #fff); }
.comment-reply-btn:hover, .comment-quote-btn:hover { color: var(--accent, #fff); }
.comment-context-link { color: var(--accent); text-decoration: none; font-family: 'VCR', monospace; }
.comment-context-link:hover { text-decoration: underline; }
@keyframes comment-highlight {
0% { background: rgba(255,255,255,.15); border-color: var(--accent); }
100% { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.05); }
}
.highlight-comment { animation: comment-highlight 2.5s cubic-bezier(0.2, 0, 0, 1); }
#reply-indicator {
display: flex; align-items: center; gap: 8px;
padding: 6px 12px; background: rgba(255,255,255,.05);