Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com

Change comment jump highlight color to yellow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+2 -2
+2 -2
templates/document_edit.html
··· 892 892 if (!target) return; 893 893 target.scrollIntoView({ behavior: 'smooth', block: 'center' }); 894 894 target.animate( 895 - [{ outline: '3px solid rgba(37,99,235,0.8)', outlineOffset: '2px' }, 896 - { outline: '3px solid rgba(37,99,235,0)', outlineOffset: '2px' }], 895 + [{ outline: '3px solid rgba(234,179,8,0.9)', outlineOffset: '2px' }, 896 + { outline: '3px solid rgba(234,179,8,0)', outlineOffset: '2px' }], 897 897 { duration: 1400, easing: 'ease-out' } 898 898 ); 899 899 }