mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-31 16:04:55 -04:00 
			
		
		
		
	 f297d24189
			
		
	
	f297d24189
	
	
	
		
			
			* feat: add top banner * chore: use inside the example site * chore: generate * fix: banner with the burger navbar * fix: compute the banner height to allow mutliple lines * chore: better p style
		
			
				
	
	
		
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			308 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .hextra-banner-hidden .hextra-banner {
 | |
|   display: none;
 | |
| }
 | |
| 
 | |
| .hextra-banner {
 | |
|   :where(a):not(:where([class~=not-prose],[class~=not-prose] *)) {
 | |
|     @apply hx:underline hx:decoration-from-font;
 | |
|   }
 | |
|   :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
 | |
|     @apply hx:leading-7 hx:first:mt-0;
 | |
|   }
 | |
| }
 |