mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	style: fix broken colored links inside read-only notes
This commit is contained in:
		
							parent
							
								
									704f2c2238
								
							
						
					
					
						commit
						7911973a83
					
				@ -86,7 +86,7 @@ body ::-webkit-calendar-picker-indicator {
 | 
				
			|||||||
    --custom-color: var(--dark-theme-custom-color);
 | 
					    --custom-color: var(--dark-theme-custom-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.reference-link,
 | 
					:root .reference-link,
 | 
				
			||||||
.ck-content a.reference-link > span {
 | 
					.ck-content a.reference-link > span {
 | 
				
			||||||
    color: var(--dark-theme-custom-color, inherit);
 | 
					    color: var(--dark-theme-custom-color, inherit);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -86,7 +86,7 @@ html {
 | 
				
			|||||||
    --custom-color: var(--light-theme-custom-color);
 | 
					    --custom-color: var(--light-theme-custom-color);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.reference-link,
 | 
					:root .reference-link,
 | 
				
			||||||
.ck-content a.reference-link > span {
 | 
					.ck-content a.reference-link > span {
 | 
				
			||||||
    color: var(--light-theme-custom-color, inherit);
 | 
					    color: var(--light-theme-custom-color, inherit);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -277,7 +277,7 @@
 | 
				
			|||||||
    --custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
 | 
					    --custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.reference-link,
 | 
					:root .reference-link,
 | 
				
			||||||
.ck-content a.reference-link > span {
 | 
					.ck-content a.reference-link > span {
 | 
				
			||||||
    color: var(--dark-theme-custom-color, inherit);
 | 
					    color: var(--dark-theme-custom-color, inherit);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user