Make folder font bold (more obvious when searching)
This commit is contained in:
		
							parent
							
								
									f5b0b2aab5
								
							
						
					
					
						commit
						92489209c5
					
				| 
						 | 
					@ -68,6 +68,9 @@ a {
 | 
				
			||||||
   color: var(--body-bg);
 | 
					   color: var(--body-bg);
 | 
				
			||||||
   background-color: var(--pathnav-hover);
 | 
					   background-color: var(--pathnav-hover);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.folder {
 | 
				
			||||||
 | 
					   font-weight: bold;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
.target {
 | 
					.target {
 | 
				
			||||||
   cursor: pointer;
 | 
					   cursor: pointer;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user