mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| .mermaid-chart {
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
|   padding: 1rem;
 | |
|   margin: 1rem 0;
 | |
| }
 | |
| 
 | |
| /* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */
 | |
| body > div[id*="mermaid-"] {
 | |
|   display: none !important;
 | |
| }
 |