folder script
This commit is contained in:
		
							parent
							
								
									81bbb7b1d7
								
							
						
					
					
						commit
						37da020523
					
				
					 297 changed files with 3295 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								public/css/mermaid.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								public/css/mermaid.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,28 @@
 | 
			
		|||
.mermaid {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  margin-top: 1.5em;
 | 
			
		||||
  margin-bottom: 1.5em;
 | 
			
		||||
  padding: 1em;
 | 
			
		||||
  border-radius: 0.5em;
 | 
			
		||||
  background-color: var(--code-bg);
 | 
			
		||||
  font-family: var(--code-font, monospace);
 | 
			
		||||
  font-size: 0.9rem;
 | 
			
		||||
  overflow-x: auto;
 | 
			
		||||
  max-width: 100%;
 | 
			
		||||
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mermaid strong {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mermaid svg {
 | 
			
		||||
  max-width: 100%;
 | 
			
		||||
  height: auto;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (prefers-color-scheme: dark) {
 | 
			
		||||
  .mermaid {
 | 
			
		||||
    background-color: var(--code-bg-dark, #2d2d2d);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue