mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	client: Use correct color
This commit is contained in:
		
							parent
							
								
									ab25778e7e
								
							
						
					
					
						commit
						deb2f389df
					
				@ -20,6 +20,10 @@ const TPL = `
 | 
				
			|||||||
        height: 100%;
 | 
					        height: 100%;
 | 
				
			||||||
        position: relative;
 | 
					        position: relative;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .global-menu-button > svg path {
 | 
				
			||||||
 | 
					        fill: var(--launcher-pane-text-color);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    .global-menu-button:hover { border: 0; }
 | 
					    .global-menu-button:hover { border: 0; }
 | 
				
			||||||
    .global-menu-button:hover > svg path.st0 { fill:#95C980; }
 | 
					    .global-menu-button:hover > svg path.st0 { fill:#95C980; }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user