Fixed incorrect color code causing yellow/orange code blocks
This commit is contained in:
		
							parent
							
								
									dfceab7cfa
								
							
						
					
					
						commit
						2a2d0aa15b
					
				| 
						 | 
					@ -234,7 +234,7 @@ blockquote {
 | 
				
			||||||
  font-size: 0.84em;
 | 
					  font-size: 0.84em;
 | 
				
			||||||
  border: 1px solid #DDD;
 | 
					  border: 1px solid #DDD;
 | 
				
			||||||
  border-radius: 3px;
 | 
					  border-radius: 3px;
 | 
				
			||||||
  @include lightDark(background-color, #f8f8f8f, #2b2b2b);
 | 
					  @include lightDark(background-color, #f8f8f8, #2b2b2b);
 | 
				
			||||||
  @include lightDark(border-color, #DDD, #444);
 | 
					  @include lightDark(border-color, #DDD, #444);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue