style: styling for codeblocks without langs (#527)
This commit is contained in:
		@@ -325,10 +325,10 @@ pre {
 | 
				
			|||||||
  border-radius: 5px;
 | 
					  border-radius: 5px;
 | 
				
			||||||
  overflow-x: auto;
 | 
					  overflow-x: auto;
 | 
				
			||||||
  border: 1px solid var(--lightgray);
 | 
					  border: 1px solid var(--lightgray);
 | 
				
			||||||
 | 
					  position: relative;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &:has(> code.mermaid) {
 | 
					  &:has(> code.mermaid) {
 | 
				
			||||||
    border: none;
 | 
					    border: none;
 | 
				
			||||||
    position: relative;
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  & > code {
 | 
					  & > code {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user