mirror of
				https://github.com/Qortal/qapp-core.git
				synced 2025-11-03 05:27:04 +00:00 
			
		
		
		
	fix color links
This commit is contained in:
		@@ -16,7 +16,7 @@ export function processText(input: string): string {
 | 
			
		||||
              const link = document.createElement('span');
 | 
			
		||||
              link.setAttribute('data-url', part);
 | 
			
		||||
              link.textContent = part;
 | 
			
		||||
              link.style.color = 'var(--code-block-text-color)';
 | 
			
		||||
              link.style.color = '#8ab4f8';
 | 
			
		||||
              link.style.textDecoration = 'underline';
 | 
			
		||||
              link.style.cursor = 'pointer';
 | 
			
		||||
              fragment.appendChild(link);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user