12 lines
		
	
	
		
			188 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /*
 | |
|     Tab Headder show path and title
 | |
|     https://github.com/replete/obsidian-minimal-theme-css-snippets
 | |
| */
 | |
| 
 | |
| .view-header {
 | |
| 
 | |
|     .view-header-title-container {
 | |
|         opacity:1;
 | |
|     }
 | |
| }
 |