mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-29 09:15:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			374 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			374 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| :root {
 | |
|     --hamannGrau: #cbcaca;
 | |
|     --hamannDunkelGrau: darkgrey;
 | |
|     --hamannHighlight: red;
 | |
|     --commLineLength: 60;
 | |
|     --hamannWeiss: white;
 | |
|   }
 | |
| 
 | |
| .yearsidebar {
 | |
|     position: relative !important;
 | |
| }
 | |
| 
 | |
|     .yearsidebar .is-active { 
 | |
|         color: var(--hamannHighlight) !important;
 | |
|     }
 | |
| 
 | |
| .del .del::before {
 | |
|     content: '<';
 | |
| }
 | |
| 
 | |
| .del .del::after {
 | |
|     content: '>';
 | |
| } | 
