box shadow fix
This commit is contained in:
		@@ -168,7 +168,7 @@ pre > p {
 | 
				
			|||||||
.post_body > pre {
 | 
					.post_body > pre {
 | 
				
			||||||
    padding: 7px 7px;
 | 
					    padding: 7px 7px;
 | 
				
			||||||
    border-radius: 5px;
 | 
					    border-radius: 5px;
 | 
				
			||||||
    box-shadow: 3px 3px 4px #ddd;
 | 
					    box-shadow: 5px 5px 3px black;                    
 | 
				
			||||||
    background: #3f3f3f;
 | 
					    background: #3f3f3f;
 | 
				
			||||||
    color: #d17600;
 | 
					    color: #d17600;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user