mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			CSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			CSS
		
	
	
	
		
			Vendored
		
	
	
	
span.fancytree-node.todo .fancytree-title {
 | 
						|
    color: red !important;
 | 
						|
}
 | 
						|
 | 
						|
span.fancytree-node.done .fancytree-title {
 | 
						|
    color: green !important;
 | 
						|
} |